Tababar application in iphone -
I am creating a tabbar application in which I have 4 tabbars i tabbar are working perfectly, my problem is The title that is overlap on the second tab bar is long like some director video. How can I fix it.
I am afraid how it is done - you can see that it reduces the font size Let's try to fit, but it can only do so.
Here is an option: To display the image, create the title text in the image.
UIImage * textImage =; Int imageTag = 1; // or whatever you want [[UITabBarItem alloc] initWithTitle: @ "" image: textImage tags: imageTag];
If you can match fonts, then you can go ahead and share the title of the image and a part of its title, like this:
UIImage * textImage =; Int imageTag = 1; // or whatever you want [[UITabBarItem alloc] initWithTitle: @ "video" image: textImage tags: imageTag];
It may seem a bit weird, and Apple can reject your app for it, but I can think of all this unless you want to accept the advice "Use less headline" ?
Comments
Post a Comment