Search code examples
objective-ciosuitabbar

Objective C: How to add a red color tab to a tab bar controller


I would like to create a center red tab button (like in Pinterest) as seen in the screenshot below

enter image description here

Any advise on how this can be done?


Solution

  • You can add a custom button on top of the UITabBar.

    See http://idevrecipes.com/2010/12/16/raised-center-tab-bar-button/