You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a dig through the code and am unable to think of a clean way to bring up the introspector when a UITextField currently has focus.
I've found a hacky way, whereby the introspector is invoked after a delay, though this also hides the keyboard when the introspector is brought up, which is a problem in some views as some of them listen to keyboard show / hide notifications.
Thoughts?
Btw, this is a great tool, and I use it all the time when adjusting views created programatically. Keep up the good work!
The text was updated successfully, but these errors were encountered:
timd
pushed a commit
to timd/DCIntrospect
that referenced
this issue
Dec 3, 2012
I've had a dig through the code and am unable to think of a clean way to bring up the introspector when a UITextField currently has focus.
I've found a hacky way, whereby the introspector is invoked after a delay, though this also hides the keyboard when the introspector is brought up, which is a problem in some views as some of them listen to keyboard show / hide notifications.
Thoughts?
Btw, this is a great tool, and I use it all the time when adjusting views created programatically. Keep up the good work!
The text was updated successfully, but these errors were encountered: