Leak in "navigation based application" iPhone template
Leak in "navigation based application" iPhone template
- Subject: Leak in "navigation based application" iPhone template
- From: "Martin Cote" <email@hidden>
- Date: Thu, 27 Nov 2008 21:28:49 -0500
Hi,
I'm playing with the iPhone UITableView and I started a project with the "navigation based application" template. For testing, I modified the tableView:numberOfRowsInSection: function to return 2 instead of 0. If I monitor this application with Instruments, it detects a leak if I let it run for a few seconds (without any interaction). The leak is a NSIndexPath object.
The tableView:cellForRowAtIndexPath: function seems to be the culprit, but I'm simply unable to find the source of the leak. Did anyone noticed a similar problem?
Regards,
Martin Cote
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden