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
- [x] TextField
- [X] Snackbar
- [x] TabBar
- [x] PageTabBar
- [x] Tabs
- [X] SearchBar
- [x] NavigationController
- [x] NavigationDrawer
......@@ -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)
## 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
......
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