Method swizzling is the process of changing the implementation of an existing method.
There is a little problem with UINavigationBar which I'm trying to overcome. When you hide the status bar using prefersStatusBarHidden() …
ios objective-c swift method-swizzlingSwizzling in Swift 4 no longer works. Method 'initialize()' defines Objective-C class method 'initialize', which is not permitted by Swift …
swift swift4 swizzling method-swizzling