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

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

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -