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

How to get the keyboard height #267

Closed
ghost opened this issue Oct 25, 2016 · 2 comments
Closed

How to get the keyboard height #267

ghost opened this issue Oct 25, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2016

I was able to add and move notification related to keyboard show/hide cycle. But when I tried to override keyboardWillShowWithFrame, it shows an error overriding non-open instance method of its defining module.

So I tried to change the source code keyboardWillShowWithFrame from public to open to be able to override it. But yet it still complains the same error. Can you let me know the proper way to use this extension?

@piv199
Copy link
Collaborator

piv199 commented Oct 25, 2016

@rx2130 I think extension should also be marked open?

P.S. No, you just need to clean your target and rebuild... will be fixed in next release.

Thanks, for the issue.

@piv199
Copy link
Collaborator

piv199 commented Oct 25, 2016

The bug itself mentioned in #205

@piv199 piv199 closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant