iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread David Delmonte
After changing a setting and removing a subview from a UITableDetailView, I get crashes when I accidentally swipe the detail view. This is the crash message: VM Regions Near 0xa7c98f9b: __LINKEDIT 8feea000-8fefd000 [ 76K] r--/rwx SM=COW /usr/lib/dyld --

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Marco Tabini
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

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Alex Zavatone
On Apr 3, 2012, at 6:45 AM, Marco Tabini wrote: 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?

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Steve Bird
On Apr 3, 2012, at 7:21 AM, Alex Zavatone wrote: On Apr 3, 2012, at 6:45 AM, Marco Tabini wrote: 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

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Kyle Sluder
On Apr 3, 2012, at 4:52 AM, Steve Bird sb...@culverson.com wrote: That's because David swiped it. I chuckled. :) But it's worth remembering we have many non-fluent English speakers on this list who may not know that swipe is also slang for to steal, and thus not realizing you were making a

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Mikkel Islay
On 3 Apr 2012, at 16:20, Kyle Sluder wrote: On Apr 3, 2012, at 4:52 AM, Steve Bird sb...@culverson.com wrote: That's because David swiped it. I chuckled. :) But it's worth remembering we have many non-fluent English speakers on this list who may not know that swipe is also slang

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Alex Zavatone
Swipe? I don't know what that means with regards to Cocoa. Is this a term or are you joking with me? (Seriously) On Apr 3, 2012, at 7:52 AM, Steve Bird wrote: On Apr 3, 2012, at 7:21 AM, Alex Zavatone wrote: On Apr 3, 2012, at 6:45 AM, Marco Tabini wrote: Hi David— On

Re: iOS App - crash when clearing a UITableDetailView

2012-04-03 Thread Alex Zavatone
Ahh. My head's been in Xcode for so long, I turned off my humor module, or forgot to alloc init it this morning. On Apr 3, 2012, at 10:20 AM, Kyle Sluder wrote: On Apr 3, 2012, at 4:52 AM, Steve Bird sb...@culverson.com wrote: That's because David swiped it. I chuckled. :) But