Swift Loading Screen

Hello friends, in this article, we will talk about how we can create a common waiting screen with Swift in our iOS projects. Actually, there are many ways to do this. These; Using a pod Writing extension to UIView Writing a class Using Pod Using…

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 Pod

Hello friends. In this article I will talk about what Pod is and what it is used for. It is an environment where we integrate packages for pod swift into our project. We do transactions through the terminal. It allows you to do transactions with…