views:

22

answers:

2

I want to use UITabBar but without images. I want the text to occupy full control space. i tried setting image to nil, but text is small and aligned to botom of tabbaritem.

A: 

While I'm not sure you can use a UITabBar that way, an alternative would be to use a UIToolbar and have "Custom" UIBarButtonItems with the style set to "Plain". That would give you a bar without images and have the text occupy the full control space.

Eric
A: 

Even I googled alot for the same, still I am not able to do that

It's the default,that text comes @ bottom in Tabbar...

But there is an alternative,as you need the whole tabitem to be text

just use the image with the Text written on it.

It's Done !!!

Hope this might help me

Ajay Sharma