aalittle / ALCustomTabBarController

Custom UITabBarController for use in iPhone applications.
www.myroles.ca
76 stars 15 forks source link

View Controller does not respond to touches #2

Open ghost opened 12 years ago

ghost commented 12 years ago

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.

zeroCoder1 commented 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..

ronak248 commented 11 years ago

not getting your answer. not responds any touch :-(

zeroCoder1 commented 11 years ago

Try making the whole thing programmatically.... it should work then... if not try this...

https://github.com/zeroCoder1/SSTabBar