templates - Xcode doesn't automatically create viewDidLoad method -
when create subclass of uiviewcontroller
, xcode doesn't automatically create viewdidload
method , didreceivememorywarning
method. why did happen? should make work normal?
make sure choosing "cocoa touch class" (from ios section of templates) , not "cocoa class" (from macos / osx section of templates) when creating new file.
Comments
Post a Comment