In 2014, Google published the Google Material Design with a goal to provide guidelines for good design and beautiful UI across all device form factors.
For Android, developers can use default Android controls.
For iOS, FPT Software built those controls to bring Google material design to iOS application. This is the most complete material design controls for iOS so far.
Please feel free to make any pull requests.
- MDButton
- MDTableViewCell
- MDProgress
- MDSlider
- MDSwitch
- MDTabBar
- MDTabBarViewController
- MDTextField
- MDSnackbar
- MDToast
- MDDatePicker
- MDTimePicker
You can either use these controls in your app via 2 ways:
1. Add source code of those controls directly
Just download all source code files from this github repository and add those files directly to your XCode project.
2. Use via cocoapods
Add following line to Podfile:
pod 'MaterialControls', '~> 1.0.2'
Please go to Material Controls wiki to see full controls documentation.