开发者

How to add a Camera button into a UITabBar?

开发者 https://www.devze.com 2023-02-05 20:29 出处:网络
Does anyone know how to add a Camera button into a UITabBar开发者_高级运维, like the one we see in \'Path\'?

Does anyone know how to add a Camera button into a UITabBar开发者_高级运维, like the one we see in 'Path'? http://i.appsafari.com/wp-content/uploads/2010/11/path.jpg

Is it a extended UITabBar/UITabBarItem or an original class? Please let me know if you have any idea.

Thanks.


I would bet it's a custom button floating on top of a "dummy" tab bar item. That's the first approach I'd try to implementing something like that, anyway.


You can use this open source tab bar https://github.com/boctor/idev-recipes/tree/master/RaisedCenterTabBar


@Taketo Sano one alternative to your problem is to give a custom image of camera like button (as you had given) to the tab bar

0

精彩评论

暂无评论...
验证码 换一张
取 消