目前最全的Material Design iOS控件:Material-Controls-For-iOS
dgbm
9年前
在2014年,Google 发布了 Google Material Design 其目的是为跨所有设备提供良好的设计和漂亮UI的指导方针。
对于Android开发人员,可以使用默认的Android控件。
对于 iOS, FPT Software 构建了这些Google material design风格的控件带至iOS应用。是目前最全的material design iOS控件。
组件列表
- MDButton
- MDTableViewCell
- MDProgress
- MDSlider
- MDSwitch
- MDTabBar
- MDTabBarViewController
- MDTextField
- MDSnackbar
- MDToast
- MDDatePicker
- MDTimePicker
MDButton
MDTableViewCell
MDProgress
MDSlider
MDSwitch
MDTabBar
MDTabBarViewController
MDTextField
MDSnackbar
MDToast
MDDatePicker
MDTimePicker
Get Started
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'