Hi Caio, Thanks for this video. Please suggest memory management when we are working on VIPER architecture as we are having multiple classes in VIPER architecture, then which part of VIPER should have strong reference of objects when we are navigating. We are facing issue that deinit of VC are not getting called on popviewcontroller.
@EssentialDeveloper3 жыл бұрын
Hi Ankit! You can find the answer in this episode: www.essentialdeveloper.com/articles/clean-ios-architecture-pt-4-clean-memory-management-in-swift-with-weakref
@kalpeshjethva598 Жыл бұрын
@@EssentialDeveloper Hi Caio & Mike, I am trying to clear collectionCell from memory . view controller is successfully deinit but collection cell is keep in memory. The cell is empty there is no code.
@terrypbark3 жыл бұрын
Thank you!
@gdev89333 жыл бұрын
Thanks for share.
@EssentialDeveloper3 жыл бұрын
Thanks for watching!
@cassiafranco7978 Жыл бұрын
very nice
@CielLearcen3 жыл бұрын
Hi Caio, Mike! Thx for the session. It was useful and informative.