Hello  -

I am painting my iPhone scrollable view which is nested in a parent view. I had originally been looping through and creating about a 1000 UIImageViews. This worked fine and dandy on the simulator but in real life, I think it is killing my little iPhone App.

So will just drawing the images with Quartz be that much better?

Well I figured I would try. But I am now confused on how I am supposed to make it work.

In the quartz demo they have this:

-(void)drawView:(QuartzView*)view inContext:(CGContextRef)context bounds:(CGRect)bounds

But my scrollable view is created programatically. So what do I do in that case?

Thanks
James Cicenia
_______________________________________________

Cocoa-dev mailing list ([email protected])

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

This email sent to [email protected]

Reply via email to