How to avoid iOS memory warnings and out of memory crashes | iOS Dev Live Mentoring

Sdílet
Vložit
  • čas přidán 26. 08. 2024

Komentáře • 8

  • @ankitthakur85
    @ankitthakur85 Před 2 lety +2

    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.

    • @EssentialDeveloper
      @EssentialDeveloper  Před 2 lety

      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
      @kalpeshjethva598 Před rokem

      @@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.

  • @cassiafranco7978
    @cassiafranco7978 Před rokem

    very nice

  • @terrypbark
    @terrypbark Před 2 lety

    Thank you!

  • @gdev8933
    @gdev8933 Před 2 lety

    Thanks for share.

  • @CielLearcen
    @CielLearcen Před 2 lety

    Hi Caio, Mike! Thx for the session. It was useful and informative.