Re: NSString after an UIAlertView..
Re: NSString after an UIAlertView..
- Subject: Re: NSString after an UIAlertView..
- From: "Stephen J. Butler" <email@hidden>
- Date: Fri, 19 Mar 2010 12:35:28 -0500
On Fri, Mar 19, 2010 at 12:24 PM, jon <email@hidden> wrote:
> and when an UIAlertView is "instanced" if that is proper, then afterward, the string instance is "out of scope"
>
> I had made the assumption before that this is normal, but it maybe not normal, I'm looking for a bug in my code, but i don't see anything yet......
>
> basically if i set a string (put something in the string) just before an "instance" of UIAlertView is created and then released, i look in the string afterward and it is out of scope.
This sounds like a classic memory management bug (on your part). But
we can't tell unless you show us some code that fails. Please don't
try to mock something up; give us the actual code that is causing you
problems.
_______________________________________________
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