MaterialButton is the material design button like used in Google Calendar for iOS or Inbox by Gmail for iOS.
If you use Storyboard in your project, you can initialize MaterialButton by specifying it to subclass of UIButton.
You can also initialize MaterialButton in programmatically like below.
let button = MaterialButton(frame: CGRect(...))
You can see the sample project under the Sample directory.
- iOS 8.0+
The MIT license.