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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -