So I added the Edit button for my TableView using the following:
When I press the button the little minus signs appear, but they don't exactly function. How I can call or tragger an actual function when the minus sign is touched?
E
Code:
self.navigationItem.rightBarButtonItem = self.editButtonItem
E