DEV Community

Discussion on: 4 things I've learned after 10 months as an iOS developer

Collapse
 
midhetfatema94 profile image
Midhet Sulemani • Edited

Hi Eleazar, really nice article, but I have one question. If you create a singleton class and initialise all your view controllers from there? won't it never release from it's memory? it will never call deinit() on the vc right?