After searching on how to implement a custom tab bar for my iphone app, I came across the TweetBot Tab Bar located here TweetBotTabBar
I downloaded the zip file and opened the Tweet Bot project in Xcode, however i’m not sure how to go about using it in my own app.
Do I have to import the TweetBot project into my own project or do I have to copy and paste the code separately?
My existing code uses the standard UITabBarController included in the SDK.
Thanks in advance for any help or suggestions.
From the source file copy these files into your project
Then create your rootViewController and add a TBTabBar to the view, assign different viewcontroller to your different tabbars and implement TBTabbarDelegate inside.
Implementation of this view controller will be as follow