Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PresentViewController loose first responder #15

Open
sdiazsaez opened this issue Jan 24, 2014 · 0 comments
Open

PresentViewController loose first responder #15

sdiazsaez opened this issue Jan 24, 2014 · 0 comments

Comments

@sdiazsaez
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant