Drawing your own tab bar?

2019-08-01 16:53发布

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 ,

1条回答
SAY GOODBYE
2楼-- · 2019-08-01 17:20

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.

查看更多
登录 后发表回答