Swift Retain Cycle / Memory Leak Explained (iOS Interview Question)

preview_player
Показать описание
In this video I cover: causes of a swift retain cycle / memory leak, ARC / automatic reference counting, swift strong vs. weak variables, and more.

What did you think of this video? Let me know in the comments :D

I heard these videos were rad:

#Swift #RetainCycle #MemoryLeak #XCode #iOSDeveloper
Рекомендации по теме
Комментарии
Автор

As always, great video. And for some reason, your videos are always right on time with what I need to know. Thanks!

JudgeRich
Автор

Easy to understand and a must have knowledge. Thank you logan

developerios
Автор

IMO, weak reference will always keep the reference count of an object to 1, and when the system does not use a object it can easily decrement the reference count to zero making the object deallocated from the memory.

deepeshnitk