ivanvorobei / SPLarkController

Custom transition between controllers. Settings controller for your iOS app.
https://opensource.ivanvorobei.io
MIT License
988 stars 47 forks source link

Some classes need to be public to work in SPM #16

Closed grizzly closed 2 years ago

grizzly commented 3 years ago

When using your code (which is great) with SwiftPackageManger, some Classes can not be accessed (like SPLarkPresentationController).

Think they need marked as public to be available in the package.

AMJ-7 commented 2 years ago

appear when install with Pod too.

ivanvorobei commented 2 years ago

sorry for it going to fix it tomorrow

AMJ-7 commented 2 years ago

"cornerRadius" didn't work too (worked when installing manually)

ivanvorobei commented 2 years ago

Fixed protect level for classes and package for SPM. Now should work fine. Please, update to 1.2.1, now it work via SPM too.