iphone - How to change TTLauncherItem's text label frame/position -
i need custom ttlauncheritem displaying text on of image. there way working?
default looks like:
+----+ | | +----+ text
and want this:
+----+ |text| +----+
thanks help!
you can modify image parameter in ttlauncheritem init function.
[[[ttlauncheritem alloc] initwithtitle:@":)" image:nil url:@"tt://tabbartest" candelete:no] autorelease]
Comments
Post a Comment