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

How to use UIMenu with Swift?

Hello friends, in this article we will talk about how to use UIMenu with Swift. For more details on UIMenu, you can access Apple's documentation here. On some screens, especially on the detail screens, there may be more than one function and it may be…

Swift What is Dispatch Group?

Hello friends, in this article, we will talk about what is Dispatch Group in Swift. Dispatch Group allows you to do multiple jobs asynchronously in your application. As an example, I will go through the library project in my Github repo. You can access the…

How to Use Realm with Swift

Hello friends, in this article we will talk about what is Realm and how to use it. When developing mobile applications with iOS, we often need to store some data on the user's device. While this is very simple data at times, it can go…

XCode Project Name Changing

Hello friends, in this article, we will talk about how to change the name of a project that we have opened in Xcode. Project names are usually put without much thought at the beginning of the project and then intensively thought about. For this reason,…

XCode Code Snippet

Hello friends. In this article, I will talk about how to create a code snippet with XCode. What is a Code Snippet should be mentioned first. It allows Xcode to automatically fill itself when you actually press the Tab key while you are writing code.…

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 Alert & Action Sheet

Hello friends. In this article, I will talk about how to create an Alert and Display Action Sheet with Swift. First of all, I will talk about what is Alert and Display Action Sheet. If you want to show an error or warning message on…

Xamarin.iOS

Hi, I am going to talk about how to write native applications for iOS with Xamarin in my current article. First we need to create an application. After creating the application, we need a Mac device, of course, to do the operations. When creating the…

Swift Adding Icon

Our mobile applications also have a very important icon in terms of first impression. Twitter, Facebook, Microsoft, Apple, I think that the logos of these companies come directly to the icons. In this article, I will talk about how to use Swift to change the…