Problem With Views Inside of TabBars (iPhone)
- by Chris
I have a UITableView that I am placing inside a TabView. I am trying to put a "spinner" and a label in the center of the TableView. When I view I try to view it inside the TabBar, I do not see the spinner or label. When I view this nib by itself, I see the spinner and TabBar.
There seems to be something about views / tabbars that I am not getting...