Drawing your own tab bar?

泄露秘密 提交于 2019-12-11 04:59:45

问题


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


(source: mactalk.com.au)

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

Thanks ,


回答1:


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.



来源:https://stackoverflow.com/questions/2948574/drawing-your-own-tab-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!