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…

What is ARKit? How to create a project with ARKit?

Hello friends, in this article, we will create ARKit projects with Swift and make many examples. I will share many of these in a repository on my Github account. You can check it out here. ARKit was released by Apple in 2017 as a framework…

What is App Clips?

Hello friends. In this article, we will talk about what is App Clip. Apple first introduced the basic functions of our application in WWDC 2020, the structure that we can use without downloading the application. With App Clip, there is no longer a need to…

SwiftUI SearchBar

Hello friends. In this article, we will talk about how to make a SearchBar with SwiftUI. As you know, friends who previously developed iOS with UIKit could add the UISearchBar control directly to their projects. There is no such control in SwiftUI. You can solve…

What is the SwiftUI

Hello friends. In this article, we will talk about what SwiftUI is. SwiftUI is a new framework Apple introduced at WWDC 2019. Apple actually makes a statement about this framework that was introduced as follows; “SwiftUI literally transforms user interface creation by automating most of…

Swift Map Usage

The map now becomes necessary to use map, location in every application. I explained how to do these things for Xamarin. In this article I will explain how to do this with Swift. In order to use Google Maps with Xamarin, we needed to get…

Create Play Store Account

After you've done your mobile app, you'll need to send it to the user. To reach Android users, you need to publish them on the Google Play Store. For iOS users, you need to publish to the App Store. Of course there is a fee…