Bary Levy
Bary Levy
Compilation error on XCode 10.2 Class: LocationItem In method: open override func isEqual(_ object: Any?) -> Bool Error: Value of type 'AnyObject' has no member 'hashValue'
1. support swift 3 compilation and running 2. support UIViewController life cycle: like viewDidAppear , viewWillDisapear etc
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)...