I am trying to avoid retain cycles within my code and I had this question that i was not sure about. Any insights would be appreciated.
If a UIViewController is successfully de-allocated, does this also mean that all class objects within the viewController have also been successfully released from memory?
I used the following function to determine whether a UIViewController has been de-allocated
deinit{}