Closed r-mckay closed 6 years ago
Thank you!
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.
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.
Okay, I got it. Thanks :)
Hi!
This commit replaces the
fileprivate
access modifiers byprivate
when it is needed.Thanks!