Background: @interface ScanView : EAGLView <AbstractViewProtocol, ScannerDelegate> <--- subclass of UIView.
--------- The following code is typical for loading the 'scanView' subView into its parent window: [window addSubview:scanView]; // ...this is what I'm doing now. The end result is a brief flash of void/black background before the view is displayed. I want to avoid this by animating the appearance/entrance of 'scanView' before the user. For example, sliding from the right --> left into view. I'm not sure how to tackle this. Any ideas would truly be appreciated! Ric. <I'm assuming that iPhone's NDA has ended, hence use of Cocoa Dev forum>
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com