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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -