Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 883 Bytes

MaterialButton

MaterialButton is the material design button like used in Google Calendar for iOS or Inbox by Gmail for iOS.

Demo

Usage

Storyboard

If you use Storyboard in your project, you can initialize MaterialButton by specifying it to subclass of UIButton.

Storyboard

Programmatically

You can also initialize MaterialButton in programmatically like below.

let button = MaterialButton(frame: CGRect(...))

You can see the sample project under the Sample directory.

Requirements

  • iOS 8.0+

License

The MIT license.