iDevelopper / PBRevealViewController

A UIViewController subclass for revealing a left and/or right view controller above or below a main view controller.
MIT License
80 stars 16 forks source link

Do you have plans to update to Swift 5? #70

Closed Quailcreek closed 5 years ago

Quailcreek commented 5 years ago

Hi, every time I update the pods on my project I get about 50 errors in PBRevealViewController. Do you plane to do an updated to Swift 5?

Thanks, Tom

iDevelopper commented 5 years ago

Hi, You should not. Did you change the swift version in the pod building settings? Do you use the swift-4.2 branch?

Quailcreek commented 5 years ago

Sorry! I should have realized the errors were from swift 4.2. That fixed it.

Thanks

iDevelopper commented 5 years ago

Great!