SwiftUI List

Hello friends. In this article, we will talk about how we can do listings with SwiftUI. Those who used UIKit were using UITableView for simple listing operations. SwiftUI has a control called List for simple list operations. We are doing listing operations with this controller.…

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…

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…

Swift Currency App (Part – 1)

Hello friends. In this article, we will release the same applications using different architectures on iOS level with you. For this, we first need to find a theme. I thought the currency application might be good for this. Then we will have to make a…

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…