Tagged Questions
4
votes
4answers
1k views
Memory Usage on convenience method vs init method
Recently when I looked into iPhone memory management, I tried to compare the convenience method and init method on the same object. For example, I have UIImageView where it displays a downloaded ...