Skip to content

LiveFlightApp/Material-Controls-For-iOS

 
 

Repository files navigation

Material Design Controls For iOS

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.

Component List

  • 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.2.2'

Some samples with floating button

Full controls documentation

Please go to Material Controls wiki to see full controls documentation.

About

Many Google Material Design Controls for iOS native application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 87.8%
  • C# 12.0%
  • Other 0.2%