Re: iOS App - crash when clearing a UITableDetailView
Re: iOS App - crash when clearing a UITableDetailView
- Subject: Re: iOS App - crash when clearing a UITableDetailView
- From: Marco Tabini <email@hidden>
- Date: Tue, 03 Apr 2012 06:45:31 -0400
Hi David—
On 2012-04-03, at 6:33 AM, David Delmonte wrote:
> After changing a setting and removing a subview from a UITableDetailView, I get crashes when I accidentally swipe the detail view.
Can you reduce this down to a code sample? There is no such thing as a UITableDetailView (I used to work for the Department of Pedantry ;-)), which suggests that this is a custom class you wrote. Perhaps you're removing something from your table view in a way that ends up causing the crash. For example, are you using a table view with static cells designed in a storyboard? If so, removing rows at runtime is going to be very tricky and, unless you take a lot of precautions, you are likely to get crashes. But, as I said, that's just a guess and we may be able to help you a bit more if we can see some code.
Cheers,
—Mt.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden