Skip to content

Baglan/MCButtonView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCButtonView

This is a tiny utility class for turning UIViews into buttons.

Installation

Add files from the 'Classes' folder to your project.

Usage

Create a custom "button" using the visual interface builder in Xcode or by some other means and "wrap" it in MCButtonView like so:

[MCButtonView wrapView:_buttonView block:^{
    NSLog(@"Tap!");
}];

License

All the code and assets are available under the MIT license.

About

Make buttons from just about any view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published