Open ghost opened 12 years ago
It happens because of the .xib, Just size the xib frame manually by dragging its edges only to show the tabs... and then add this line
self.customTabBarView.frame = CGRectMake(0, 421, 320, 59); //or whatever frame it is.
in tabBarController.m
that will get the buttons, tableView responding to touches, scrolling etc..
not getting your answer. not responds any touch :-(
Try making the whole thing programmatically.... it should work then... if not try this...
I implemented your tab bar controller. I have a uitableview in the view controller for the first tab. When the application loads, the tableview does not respond to any touches like scrolling etc. In fact, nothing responds to touches.