In Swift, what\'s the difference between calling UINavigation() vs UINavigation.init()? They both seem to return valid instance of UINavigati
UINavigation()
UINavigation.init()
UINavigati
From Apple docs, you use init when you are subclassing the controller. It looks like without passing a value to the unit function, it just returns a standard UINavigationController
init
https://developer.apple.com/reference/uikit/uinavigationcontroller