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 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?
The text was updated successfully, but these errors were encountered:
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
frompublic
toopen
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?The text was updated successfully, but these errors were encountered: