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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to