creating back arrow shaped leftBarButtonItem on UINavigationController

风格不统一 提交于 2019-11-29 13:51:43
christo16

Unfortunately creating a button like that is not apart of the public API, you'll need to make a custom UIBarButton with an image.

Although, this seems like a small scenario, there is a open source library called Three20 which is created by the developer of the Facebook app. It has something called TTButton in there (very similar to UIButton) and one of the styles offered is the back button with arrow. Its a pretty big library, so I am not sure if it will be worth to put this in just for one thing although they do offer some very nice feature that are not available else where.

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