On Sat, Mar 26, 2011 at 10:21 PM, Jeffrey Walton <noloa...@gmail.com> wrote: > > 2011-03-26 22:12:50.029 CryptoSandbox[123:707] -[UIView > userSelectedFile:fileSystemObject:suppliedContext:]: unrecognized > selector sent to instance 0x1dbd00
The delegate message is being sent to an instance of UIView - not to your controller. That would indicate that the first argument you're sending to -initWithDelegate:withContext: is not what it should be. sherm-- -- Cocoa programming in Perl: http://camelbones.sourceforge.net _______________________________________________ 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