StefanLage / SLPagingViewSwift

Navigation bar system allowing to do a Tinder like or Twitter like. SLPagingViewSwift is a Swift port of the Objective-C of SLPagingView
MIT License
215 stars 35 forks source link

Support UIViewController Lifecycle #21

Open barylevy opened 7 years ago

barylevy commented 7 years ago

When you slide between view controllers, the view controller does not get the following callbacks while it appear/disapear:

override public func viewDidAppear( animated: Bool) {} override func viewWillAppear( animated: Bool) {} override func viewDidDisappear( animated: Bool) {} override public func viewWillDisappear( animated: Bool) {} override func viewDidDisappear(_ animated: Bool) {}

I want to add it