I have created a tabbarcontroller (with its default two view controllers) using interface builder in XCode 4.2.
But, when I run the application, the tab bar seems to be locked and I can’t choose the other tab. Why is that?
PS: I haven’t changed any property of the tab bar or tabbarcontroller in XCode.
Apologies – assumed because you were using XCode 4.2 that you were using storyboards. Perhaps you could try instantiating a tabbar controller fully in code instead of using IB at all. This is how I usually do it….
Give this way a shot and see how you get on.