cbess / CBIntrospector

Visual Debugging Tool. Compatible with the desktop app, View Introspector. Simply, it's a UIView hierarchy viewer library.
MIT License
160 stars 21 forks source link

PresentViewController loose first responder #15

Open sdiazsaez opened 10 years ago

sdiazsaez commented 10 years ago

I fix it in my project, sending a notification from complete block of PresentViewController method to DCInstrospect with a new observer with action:

[self.inputTextView resignFirstResponder]; [self takeFirstResponder];

isnt the best fix because PresentViewController doesnt have an in-built notification on complete ;/

sry my english :)