alloc/init nested deep in long statement. okay or not?
alloc/init nested deep in long statement. okay or not?
- Subject: alloc/init nested deep in long statement. okay or not?
- From: Philip George <email@hidden>
- Date: Wed, 24 Jul 2002 15:11:23 -0500
This seems strange, so I figured I should ask. It will be repeated
every 5 seconds in a timer loop...
[myImageView setImage: [[NSImage alloc] initWith
Data:[offScreenView
drawWithPDFInsideRect:[offScreenView rect]]]];
Is this okay to do or is there a "better" way to do this?
Thanks.
- Philip
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.