Commit 421bf2a9 by Daniel Dahan

updated README

parent e5dee20b
...@@ -28,7 +28,7 @@ Take a look at [Sample Projects](https://github.com/CosmicMind/Samples) to get y ...@@ -28,7 +28,7 @@ Take a look at [Sample Projects](https://github.com/CosmicMind/Samples) to get y
- [x] TextField - [x] TextField
- [X] Snackbar - [X] Snackbar
- [x] TabBar - [x] TabBar
- [x] PageTabBar - [x] Tabs
- [X] SearchBar - [X] SearchBar
- [x] NavigationController - [x] NavigationController
- [x] NavigationDrawer - [x] NavigationDrawer
...@@ -148,13 +148,13 @@ A SearchBar is a powerful navigation tool that allows for user's input with an i ...@@ -148,13 +148,13 @@ A SearchBar is a powerful navigation tool that allows for user's input with an i
* [SearchBar Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/Search) * [SearchBar Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/Search)
## PageTabBar ## Tabs
A PageTabBar is a new component that links a customizable TabBar to a UIPageViewController making a powerful and visually pleasing component to have in any application. The TabBar can be aligned at the top or bottom of the view controller. Tabs is a new component that links a customizable TabBar to a stack of view controllers making a powerful and visually pleasing component to have in any application. The TabBar can be aligned at the top or bottom of the view controller.
![PageTabBarController](http://www.cosmicmind.com/material/white/page-tab-bar-controller.gif) ![Tabs](http://www.cosmicmind.com/material/white/page-tab-bar-controller.gif)
* [PageTabBar Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/PageTabBarController) * [Tabs Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/TabsController)
## NavigationController ## NavigationController
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment