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

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -