Posts from Swift

Generate random password in Swift

By Faruque Ahamed Mollick

In this Swift programming tutorial, I am going to let you know how to generate a random password in Swift programming. So let’s continue. Here we are going to create a simple.... Read More

Functions in Swift

By Faruque Ahamed Mollick

A function is a set of one or multiple statements that are organized together to perform a specific task. In simple words, a function contains a block of code that can be called us.... Read More

How to create an Integer Type Array in Swift

By Saruque Ahamed Mollick

In this tutorial, we will learn how easily we can create an Integer type Array in Swift programming. This is a very basic tutorial on creating anĀ  Int array. I have used Xcode to .... Read More

Get Current Date and Time in Swift in every possible format

By Saruque Ahamed Mollick

In this tutorial, we will learn how to show the current date and time in various ways in Swift. As a developer, you need to show the current time in any format as per your project .... Read More

How to generate random numbers in Swift

By Saruque Ahamed Mollick

We can generate random numbers in Swift programming in various ways. As this is Codespeedy thus we will show multiple ways but we will start with the easiest way. Generate random n.... Read More

How to check current swift version that you are using

By Saruque Ahamed Mollick

In this tutorial, we will show you how easily we can check the current swift version that we are using right now. There might be solutions based on how you have installed swift on .... Read More

How to declare a float variable in Swift

By Saruque Ahamed Mollick

In this tutorial, we will be learning how to declare a float variable in Swift with some simple examples. You can also run the codes in Xcode that is built for Swift programming, m.... Read More

Create a playground in Xcode 13 and newer versions

By Saruque Ahamed Mollick

In the newer versions of Xcode, some of us could not find the create playground option. Here I will show you how to create playground easily in Xcode step by step. We can assume th.... Read More