why textFieldShouldBeginEditing is called twice in iOS4?
why textFieldShouldBeginEditing is called twice in iOS4?
- Subject: why textFieldShouldBeginEditing is called twice in iOS4?
- From: "Rufat A. Abdullayev" <email@hidden>
- Date: Wed, 8 Sep 2010 10:53:10 +0500
- Acceptlanguage: en-US
- Thread-topic: why textFieldShouldBeginEditing is called twice in iOS4?
Hi All
Sorry if that topic is already there in the mailing list (actually I could not find it)
I noted that textFieldShouldBeginEditing of an UITextField called twice in iOS4. This is probably bug in iOS4 b/c I have this event called one in prev versions of iOS
Though I found work-around (just setting and checking some BOOL variable to avoid code execution twice) this work-around is not so smart for me.
Are there any other smart solutions to avoid textFieldShouldBeginEditing execution twice in iOS4?
Cheers,
Rufat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden