0

I want to build a UITabBar with a UITabBarItem that pops out, just like the "Check In" tab item in Foursquare? (Screenshot below)

enter image description here

gabor
  • 4,281
  • 8
  • 24
  • 20

1 Answers1

1

This is accomplished by overlaying a UIButton on top of the 3rd tab bar item.

Here's a tutorial on how to accomplish it: http://idevrecipes.com/2010/12/16/raised-center-tab-bar-button/

Ben Scheirman
  • 40,531
  • 21
  • 102
  • 137