Hey Guys,
I am relatively new to iphone programming and I have a weird problem. I have a tab bar controller and have a sub navigation controller for navigation through each tab. Now on one of the tabs instead of using the navigation controller to push views I wanted to use a Segmented Control. Well after a little reading (correct me if I am wrong) I found out I can only use the addSubview and removeFromSuperView in this case. Well after getting the views to switch properly I added a table to the subview that the segmented control would switch the view to. Now here is where it gets weird. It will only populate my table enough to fill the current available screen. for example if you had a sectioned list of ten items, when the view first loads you can only see three, then when you try and scroll down, nothing is there, it stops processing the rest of the list. I have tried many ways to reconfigure this view still with no luck. I will post a couple of pictures hopefully clarify my issue.
I have tried turning off clip subviews but this only fills in the last cell it still does not populate the rest of my table.
This is what the view initially looks like.
and here is what it looks like when I try and scroll down(should pop. all the way to sunday with just test...)
I would appreciate all the help on this matter I can get.
Thanks