iphone - How to see UITableViewDelegate in Interface Builder? -
I have a UIViewController that I've added to UITableViewDelegate. A controller with this controller has added two to IB, however, the owner of the Nib file does not show the view representative or dataset. I have such a controller and essay where the representative in the table looks OK in the IB. I do not see any difference between the two.
Am I not missing the tableview representative and the data source to show in the IB?
- Edit: Answer -> This project is tab bar based, for the second tab bar, I added a strategic axiom and added the above mentioned UIUIUI controller. The nib is always loaded but the tableview representative does nothing. The reason for this is that I have to remove the view connection for the controller created through the main-window nibb, which is done automatically when the project is ready. When a new tab bar project is created, each view is connected. Due to my custom view connection with auto-view connection, there were problems with the tableview representative. IB also displays a short warning in the main window, which I clearly did not see.
The UTTV viewer and the data source protocol are related to a UITableView - you will only see them if you have anywhere The UITB is Weighch.
Maybe they may appear elsewhere in the owner of a file, if you had UITableViewController (which is one type of UIViewController), which probably exposes those representatives so that they can be used for internal UITableView Able to set.
Comments
Post a Comment