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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -