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

Migrate to Swift 4.2 #54

Closed pgmassari closed 5 years ago

pgmassari commented 6 years ago

Hi there @iDevelopper

are you planning to update PBRVC to Swift 4.2?

iDevelopper commented 6 years ago

Yes I will. Try to do this during this week-end.

iDevelopper commented 6 years ago

Hi @pgmassari ,

You can use the Swift 4.2 version of PBRevealViewController:

Github: https://github.com/iDevelopper/PBRevealViewController/tree/swift-4.2 (swift-4.2 branch).

CocoaPods (in your podfile): pod 'PBRevealViewController/Swift', :git => 'https://github.com/iDevelopper/PBRevealViewController.git', :branch => 'swift-4.2'

Feedback is welcome!