Hi,
I'm trying to work with a UITableView that is placed inside a regullar UIView But all the tutorials I found delt with UITableViewController.
One of the tutorials did:
Code:
self.navigationItem.rightBarButtonItem = self.editButtonItem;
but I don't know how to connect between the UITableView and the button.
+ What if I want just a regullar button to be used? How should I connet it?
Thanks.