views:

137

answers:

1

Hi all ,

I want to customize my tab bar user interface some thing like this .

customized tab bar

So can anyone tell me how to prepare these types of ui layout or rendering ?

Thanks ,

+2  A: 

To get this level of customisation, you're going to need to start from scratch and write your own control, there's no two ways about it.

Apple don't provide any way to customise the UI of a tab bar, and if you were to modify Apple's tab bar beyond the expected user experience it currently provides, you'd be in violation of the Human Interface Guidelines, which may cause Apple to take issue and reject your app.

Jasarien
Hi thanks for your answer ,But can you also redirect me how to start to write such kind of control on my own .or is there any third party control which I can reuse .
Aryabhatt