I have fully developed application. I have to implement UITabBar into the application, but not in appdelegate, but in some other view & I have to use it for all other views leaving Appdelegate & 1st view after appdelegate.
Can anybody tell me the best way 2 do it?
Any Help would be appreciated.
You can use active view controller concept here, just fetch active view controller from UIApplication and perform the action.