VTAppButton 0.1

VTAppButton 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Vincent Tourraine.




UIButton looking like an app icon.

Demo App Button

How to Use

You can create a VTAppButton with the custom initializer, then use it like any other UIButton (setting a frame, adding a target-action, and so on).

UIButton *button = [VTAppButton appButtonWithAppIdentifier:@"579440241"
                                                     title:@"1List"
                                                     image:iconImage];

Requirements

VTAppButton requires iOS 5.0 and above, and uses ARC.

Credits

VTAppButton was created by Vincent Tourraine.

License

VTAppButton is available under the MIT license. See the LICENSE file for more info.