Swift Adding Icon
Our mobile applications also have a very important icon in terms of first impression. Twitter,…
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…