Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For iOS 4, how can I customize the UITabBar to build something like this??

http://prntscr.com/7vuvj

Thanks!!

share|improve this question

closed as not a real question by Robert Harvey May 15 '12 at 23:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 0 down vote accepted

That's mostly some fancy UI images, but as for the raised center tab, the RaisedCenterTabBar project handles that quite nicely.

share|improve this answer

I did a tutorial recently to show you how to create your own side tab bar that can be used to achieve this effect here using a custom segue. It is relatively straight forward and makes this type of effect really easy to achieve. Hope this helps let me know how you get on.

Edit: Here is the demo code for the tutorial done for iOS 4.0 hope this helps.

share|improve this answer
Thanks!! But I want it for iOS4, yours should work on iOS 5 only. – RRN Apr 9 '12 at 9:54
Yes true but the principle is the same. You can use buttons to load up xibs and replace the placeholder view with the view in your placeholder xib. If you need an example I could try and put one together for you if you don't understand what I mean. Thanks. – Scott Sherwood Apr 9 '12 at 14:09
Yes, pls give me an example if you could, thanks!! – RRN Apr 9 '12 at 15:03
1  
Let me know how you get on with the demo code, I am in the process of finishing a youtube video for this very tutorial (all be it iOS 5.0). Thanks – Scott Sherwood Apr 9 '12 at 16:41

Not the answer you're looking for? Browse other questions tagged or ask your own question.