Swift Data Transfer Between Pages

Hello friends, in this article, we will talk about how to send data between two pages with Swift. In the Het application, there is actually a communication between the pages. For example, if you have a list on the home page and we click on…

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…

Creating A New Project in Visual Studio Code

Sometimes you have already wrote a project and you just wanna edit it or you wanna write code with a another platform.So briefly we don't wanna setup Visual Studio.Maybe there won't be enough place to setup on your computer. For that , Microsoft offer us…