becomingiOSbecomingios.com·Feb 11, 2024Memory Management in SwiftMemory management is a critical aspect of software development, particularly in mobile environments where constraints are bordering on severe. Proper memory management ensures that an application uses system resources efficiently, avoids memory leaks...Discuss·10 likes·85 readsweak-self
Erk Ekinerkekin.hashnode.dev·Jun 14, 2022Swift: Unit test ile strong reference cycle yakalamaBurada strong reference cycle'ın ne olduğunu anlatmayacağım ama kısaca bahsedecek olursam, bir reference type instance'ınız olsun A, bunun stored property'lerinden en az birinin kendisi veya nested bir yapı düşünürseniz ağacın yapraklarından biri ger...Discuss·1 like·103 readsstrong reference cycle