UITableViewController inside a tableview. But I want to customize it, add some buttons such as what should be how to do it?
My current practice is to create a new UIViewController, then put View> TableView + Button this hierarchy in the corresponding nib inside.
But now I want to increase the pull to refresh feature table, ready to have a PullRefreshTableViewController class. This class is inherited from UITableViewController, it can not inherit directly to my viewController, ViewController can rewrite my code.
So what can I do?
Reply:
Add view in tableview, ah, and each cell is a view
Reply:
If the landlord did not understand the meaning of the words just want to add a control
Just a place to write directly to the definition of Cell ah
For example, you want to add a button
Define what button style, frame or something, then [cell addSubView: button]; ok friends ~
Reply:
I do not want to add the cell inside subview, but would like to add another outside tableview uiview
Reply:
No comments:
Post a Comment