Re: UITextView as its own delegate - infinite loop on keyboard select
Re: UITextView as its own delegate - infinite loop on keyboard select
- Subject: Re: UITextView as its own delegate - infinite loop on keyboard select
- From: Kyle Sluder <email@hidden>
- Date: Sat, 27 Feb 2010 17:21:01 -0800
On Sat, Feb 27, 2010 at 5:39 AM, Roland King <email@hidden> wrote:
> I have a UITextView subclass which, when you touch it to start editing, hangs in an infinite loop before the keyboard comes up. The subclass sets itself as its own delegate in the constructor (because the subclass in this instance wants to capture editing ended events and deal with them internally).
Do not make a UITextView its own delegate.
More information here:
http://lists.apple.com/archives/Cocoa-dev/2009/Jul/msg01406.html
--Kyle Sluder
_______________________________________________
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