How to Detect Memory Leaks with Xcode?

Hello friends, in this article, we will talk about how to detect Memory Leaks in our project with Xcode. Here you can find answers to questions such as what is Memory Leaks and how it occurs. In the example scenario we will do, there will…

Strong – Unowned – Weak Types

Hello friends, in this article we will talk about the most used structures for Swift Memory Management. Earlier, I talked about how ARC works. You can find that article here. While creating variables in Swift programming language, you can create 3 different types of variables.…

Swift ARC

Hello friends, in this article we will talk about how to manage memory in Swift. How to manage memory is a very important issue in mobile programming. Despite the increase in RAM in iOS devices day by day, the importance of memory management is increasing…