IdleHandsApps / IHKeyboardAvoiding

IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown - no UIScrollView required!
MIT License
1.41k stars 151 forks source link

Change KeyboardDismissingView access to open #63

Open wwwdata opened 5 years ago

wwwdata commented 5 years ago

Hi, thanks for this nice little package. It helps me a lot as a Swift beginner to just avoid the keyboard problem :) However I found one little problem:

In order to subclass a class outside the current module, the access level needs to be "open"