Why Do We Use UITableView?

Hello friends, in this article we will talk about why we use dequeueReusableCell in UITableViewCell. You have used UITableView in many projects. In general, I can say that there is no application that is not used. For example; Twitter, Facebook, Instagram etc. It is 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…

Xamarin Forms iOS Multilanguage Permission Strings

Hello friends, in this article, I will talk about how we can manage permissions for different languages on the iOS side with Xamarin Forms. Many applications offer multi-language support, but we have to show the user that everything is a whole so that the integrity…

Swift Deeplink

Hello friends, in this article, we will talk about how to open an application with Deeplink in iOS applications. Deeplink actually allows us to open our application while navigating to a website. In this way, we provide a better quality experience to our users. I…

Swift Camera & Gallery

Hello friends, in this article, we will talk about how we can make photo and video operations with Swift. In almost every application, we ask for media from the user. This is why this issue is important here. This example will be an image at…

SwiftUI Horizontal List

Hello friends. In this article, we will talk about how we can make a horizontal list with SwiftUI. First, we need to put a Scroll View to slide on the screen. Of course, we make a horizontal for it to slide sideways. Then we need…

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…

Xamarin Forms Debugging Firebase Events

Hello friends. In this article, we will talk about how we can instantly see the events that we log to Firebase with Xamarin Forms. It is very important to be able to see this because this is how we can see if it is working…

Xamarin Forms Firebase Analytics

Hello friends. In this article, we will talk about how to send events with Firebase in Xamarin Forms and how to debug these events. First, we need to open a project on a Firebase. Later, we will create 2 different applications from this project. One…

Swift Currency App MVC ( Part 2 )

Hello friends. In this article, we will write our application, which we handled the service side in our previous article, with MVC. Before that, if we need to talk about MVC; The model consists of View and Controller layers. When an action is done on…