SLPagingViewSwift icon indicating copy to clipboard operation
SLPagingViewSwift copied to clipboard

Support UIViewController Lifecycle

Open barylevy opened this issue 8 years ago • 0 comments

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

barylevy avatar Dec 01 '16 09:12 barylevy