Hi,
I had working code that catched the shouldPop event using the navigationBar delegate below, but it looks like since I upgraded to Xcode (12.2), it is no more working.
Am I facing an Apple bug or just something that I am doing wrong?
Thanks
I had working code that catched the shouldPop event using the navigationBar delegate below, but it looks like since I upgraded to Xcode (12.2), it is no more working.
Am I facing an Apple bug or just something that I am doing wrong?
Code Block public func navigationBar(_ navigationBar: UINavigationBar, shouldPop item: UINavigationItem)
Thanks