Esqarrouth/EZSwiftExtensions

How to get the keyboard height

Closed this issue · 2 comments

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?

@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.

The bug itself mentioned in #205