nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.5k stars 290 forks source link

Added MKButtonType to MKButton class. Updated example project to demonst... #11

Closed kylelol closed 9 years ago

kylelol commented 9 years ago

MKButtonType currently contains 4 different types. -Raised -Flat -FlatRaised -FloatingAction.

The set up code for each button was taken from the example project. The example project has been updated to use the added MKButtonType