0

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.

Taketo Sano
  • 699
  • 7
  • 10

3 Answers3

3

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.

Dan Ray
  • 21,623
  • 6
  • 63
  • 87
1

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

Vince Yuan
  • 10,533
  • 3
  • 32
  • 27
0

@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

Sudhanshu
  • 3,950
  • 1
  • 19
  • 18