Hi, I'm trying to delegate an UITableView. When I do it, the app crashs. I'm using the following code:
IBOutlet id myTable;
Then I delegate it on Interface Builder. Why my app is crashing?
IBOutlet id myTable;
Then I delegate it on Interface Builder. Why my app is crashing?