Hello friends, in this article, we will talk about what Xcode Cloud is and how to use it. After we develop our projects, we update them regularly in the stores. Because this is necessary for new features to the project or to fix bugs found.…
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…
Hello friends. In this article, we will talk about what is Swift Package Manager and why to use Swift Package Manager. Swift Package Manager is a feature of XCode where you can install packages through itself. You can use it in CocoaPods or Carthage instead…
Hello friends. In this article, we will talk about how we can change the color of the open and closed themes that come with iOS 13. First of all, it should be mentioned that this feature came with iOS 13. In other words, if you…