On Fri, 11 Nov 2011 11:17:17 +0100, Olivier Palliere <oliv...@sunprotectingfactory.com> said: > >Yeah I know it sounds like this is against the framework, but I eventually got >it reading the doc and poking around the web. Basically the UITextField's >gesture recognizers are reseted to a default value every time it's being >edited. So you need to setup your own custom recognizer every time the field >is edited. > >All legit
I'm not sure I agree. The very fact that "you need to setup your own custom recognizer every time the field is edited" is a sign that you are fighting the framework. This means that your approach is fragile and highly implementation-dependent. I would suggest that you should go with things that are documented. m. -- matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/> A fool + a tool + an autorelease pool = cool! Programming iOS 4! http://www.apeth.net/matt/default.html#iosbook_______________________________________________ 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