Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

fernandovalente

macrumors 6502
Original poster
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?
 
You are not providing enough information. Look at the debugger when it's crashing, and post what it shows.
 
Delegate release

the most possible reason will be your table view delegate will be getting released somewhere.If you are calling the table view class from another class the there you retain the class containing the table view
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.