Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
If your Mac is stuck on Xcode update installation, then don’t worry as you are not the only person who is having this problem. It’s a common problem while installing Xc.... Read More
Here, I will show you multiple ways to update Xcode on Mac. I know that this is an easy task to do. But if you are here to find the way to update Xcode in Mac then I can assume tha.... Read More
In this tutorial, we will learn If NOT conditional case in Swift. We usually do a lot of conditional statements like If else… or if else if… These types of conditional .... Read More
In this tutorial, we will learn how to create an empty array in Swift. We will show you one by one the followings: Create an empty Int array in Swift Create an empty String array T.... Read More
Here, I will show you the easiest way to check which version of Xcode is installed on your Mac. The easiest method will come first then we will go for other ways to do the same. Si.... Read More
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
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
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