Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The UITabBarController class implements a specialized iOS view controller that manages a radio-style selection interface.

learn more… | top users | synonyms

1
vote
0answers
70 views

Facebook Login Modal View Not Dismissed

I am having issues dismissing my modal view after the app has returned from the facebook login. I have followed the facebook tutorial and made some liberties to the code as I did not want to use the ...
0
votes
0answers
158 views

TabBarController in UIViewController in xcode?

At the start up of application I have a tabbarController with two tab items (Search,Login) each associated with the corresponding views and firsttab set as default Im doing it like this in my ...