Marko Novaković
NSNotificationCenter.defaultCenter.addObserver( observer = orientationListener, selector = NSSelectorFromString(OrientationListener::orientationDidChange.name + ":"), name = UIDeviceOrientationDidChangeNotification, `object` = null, )
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Shared_kobjc11 orientationDidChange:]: unrecognized selector sent to instance 0x600000280aa0'
Andrei Salavei
orientationDidChange
A modern programming language that makes developers happier.