Let's say we are using UIViewController, and we are trying to override viewDidAppear.
Typing viewDidAppear
to override should get me the full function ready, instead what i get is viewDidAppear(<#T##Bool#>)
Im using OS X 11.6.
Let's say we are using UIViewController, and we are trying to override viewDidAppear.
Typing viewDidAppear
to override should get me the full function ready, instead what i get is viewDidAppear(<#T##Bool#>)
Im using OS X 11.6.
If you type func viewD
then you will get the full template.
Otherwise Xcode interprets that you want to call the func, not to override it.
-- Deleted -- Duplicate, forum glitch.