SLPagingViewSwift
SLPagingViewSwift copied to clipboard
Support UIViewController Lifecycle
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