Hey guys,
Let's put you this in context ;)
Suppose you have a tableview that you can refresh. Would you keep the activityAnimator in memory or re-create it every time you click on refresh ... ?
I know this could sound pretty obvious, it seems pretty clear that in the first case you get to speed up your app and in the other case you get to have more free memory space ...
But I was wondering whether one of the two was closer to "Apple standards" ...
Which one is more important ? CPU use or memory use ?
And don't tell me it depends on what I need to do :D
Cheers,
Gauthier