I want to create a grouped view in the model view, which is the destination from "+" on the navigation bar in the main table view.
I have written this code:
- (zero) viewDidoadload {// titled self.title = @ "Set"; // addBtn UIBarButtonItem * addBtn = [[UIBarButtonItem alloc] initWithBarButtonSystemItem: UIBarButtonSystemItem Add target: auto-operation: @selector (toggle editing)]; Self.navigationItem.rightBarButtonItem = addBtn; [ADBTN release]; } - {IBAction} toggleEditing {}
-
create a subclass UITableViewController named MyTableViewController
Comments
Post a Comment