ivanvorobei / SPLarkController

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

Update for Swift 5 #2

Closed rico237 closed 5 years ago

rico237 commented 5 years ago

Lib won't compile because of few changes needed.

Can't even access customHeight property (Fixed in this commit) Because of -- 'customHeight' is inaccessable due to 'internal' protection level -- error

ivanvorobei commented 5 years ago

Friends, thanks for your work! But your changes not support swift 5.

For example UIScrollViewDecelerationRateFast renamed in swift 4. I am attach screenshoot. You can create empty project and see it.

Screenshot 2019-05-01 at 21 31 03

Now I am fix internal protect level and publish new version.