@@ -38,7 +38,6 @@ The first version of Material was to bring Material Design to iOS. We considered
-[x] Toasts
-[x] Dialogs & Alerts
-[x] Bottom Sheets
-[x] Beginner To Pro Lessons
-[x] Additional Examples
-[x] And More...
...
...
@@ -66,15 +65,13 @@ Visit the [Installation](https://github.com/CosmicMind/Material/wiki/Installatio
Material is a growing project and will encounter changes throughout its development. It is recommended that the [Changelog](https://github.com/CosmicMind/Material/wiki/Changelog) be reviewed prior to updating versions.
## Examples
# Examples
The following are some examples to see how Material may be used within your applications.
* Visit the [Examples](https://github.com/CosmicMind/Material/tree/master/Examples) directory to see example projects using Material.
* The [Installation](https://github.com/CosmicMind/Material/wiki/Installation) page has documentation on how to run example projects.
# Sample Components
The following are some sample components available within Material:
## Icons
Icons is a library of Google and CosmicMind icons that are available for use within your iOS applications.
...
...
@@ -97,7 +94,9 @@ A TextField is an excellent way to improve UX. It allows for a placeholder and a
* Download the complete [Toolbar example](https://github.com/CosmicMind/Material/tree/master/Examples/Programmatic/ToolbarController).
* Learn more about [Toolbar](http://cosmicmind.io/material/toolbar).
## SearchBar
A SearchBar is a powerful navigation tool that allows for user's input with an instant visual response. A set of left and right views may be added to expand functionality.