TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Vincent Tourraine.
UIButton
looking like an app icon.
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];
VTAppButton requires iOS 5.0 and above, and uses ARC.
VTAppButton was created by Vincent Tourraine.
VTAppButton is available under the MIT license. See the LICENSE file for more info.