viewdidunload - should I write [super viewDidLoad]? -
this question has answer here:
i'm writing navigation based app. (it has modal segues too) i'm not sure if should keep [super viewdidload]; call or not. should write code after line of code or before it? how [super viewdidunload]; , similars?
you don't have to; according documentation, it's stub function, doesn't useful in non-subclasses.
moral: read docs.
Comments
Post a Comment