What is Xcode Cloud? How to use?

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

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…

Swift Package Manager

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…

Swift Dark – Light Theme

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…