Swift Vibration

In some projects, you can enjoy the vibrations of the phone. With vibration, we can…

Swift Map Usage

The map now becomes necessary to use map, location in every application. I explained how…

Edit Swift Activity Indicator

Activity Indicator usage is generally important. When we do something on the backplane, it is…

Swift Show Error and Using Display Action Sheet

In your project, you should display an easy-to-select and easy-to-view screen when the user performs…

Swift Switch Case

One of the most important features in programming languages is decision making. Switch Case is…

Swift Random Number Generation

It is very important to generate random numbers in our mobile applications or in any…

Swift Using Timer

As in most programming languages, time is also very important in Swift. Especially the present…

Swift Var and Let

Defining variables is one of the top priorities in a programming language. Because we keep…

Swift Using If Else

One of the most important features in a programming language is decision -making structures. Thanks…

Swift Outlet and Action

Hello. In this article I will talk about outlet and action differences for friends who…