harshalb
harshalb

Reputation: 6054

Drawing your own tab bar?

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

customized tab bar
(source: mactalk.com.au)

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

Thanks ,

Upvotes: 1

Views: 513

Answers (1)

Jasarien
Jasarien

Reputation: 58448

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.

Upvotes: 2

Related Questions