Skip to content

kitoko552/MaterialButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Material design button for iOS in Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages