RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.61k stars 175 forks source link

rxKeyboard: use private access modifier when needed #64

Closed r-mckay closed 6 years ago

r-mckay commented 6 years ago

Hi!

This commit replaces the fileprivate access modifiers by private when it is needed.

Thanks!

r-mckay commented 6 years ago

Thank you!

Incorporalis commented 6 years ago

Hey guys! Now it looks as build failing error.

Xcode 9.3 and swift 3.3 Could you please revert accessibility modifier for panRecognizer, it is used in extension, so it is inaccessible.

Thank you in advance.

freak4pc commented 6 years ago

Hey @Incorporalis. I'm not the maintainer of RxKeyboard, but generally we don't support Swift 3 at all on the latest versions. Feel free to target a previous release.

Incorporalis commented 6 years ago

Okay, I got it. Thanks :)