Re: String Allocation inside drawRect:...
Re: String Allocation inside drawRect:...
- Subject: Re: String Allocation inside drawRect:...
- From: "I. Savant" <email@hidden>
- Date: Wed, 15 Apr 2009 09:50:14 -0400
On Wed, Apr 15, 2009 at 9:43 AM, Carlos Eduardo Mello
<email@hidden> wrote:
> I am calling the code below inside drawRect: in my custom view, so I can
> draw the string inside the view.
> It fails miserably every time. Is it, by any, chance illegal to allocate a
> string inside drawRect?
> Could anyone think of a reason twhy his call should just refuse to do its
> thing?
Difficult to say with any certainty since you didn't describe how it
'fails miserably' (including the runtime error you're receiving and
which line is causing it).
It's not illegal to allocate anything at all during a -drawRect:
method. It is, after all, just another instance method of a class.
--
I.S.
_______________________________________________
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