Re: Drawing issues in custom view
Re: Drawing issues in custom view
- Subject: Re: Drawing issues in custom view
- From: "I. Savant" <email@hidden>
- Date: Thu, 10 Jul 2008 18:22:25 -0400
Not to worry, just realised what is happening. drawRect: gets called
for ALL drawing operations in the view, not just background as I
expected.
More specifically, -drawRect: gets called (by the system) for the
rect (of your view) that needs redrawn. It's up to you to 'do the
right thing' or just redraw the entire [self bounds] ...
--
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