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.
In this Swift tutorial, I will show you how to insert an element to a specific position of an array in Swift. We will be using insert() function to add elements to an array. We wil.... Read More
In this tutorial, we will learn how to check if a string contains only numbers or digits in Swift. I have created a Swift function that will return true if all the characters of th.... Read More
In this tutorial, I will show you when error: value of type ‘String’ has no member ‘components’ this error occurs and how to fix this error in Swift. Befor.... Read More
In this tutorial, I will show you how easily we can count the number of occurrences of a character in a string in Swift. We can easily count the number of strings using .count. let.... Read More
In this tutorial, we will learn how to maximize and minimize JFrame window. We will also see how to do this with button clicks. To maximize a JFrame window, you can use the setExte.... Read More
In this tutorial, we will see what an exclamation mark means in Swift. And we will also see the purpose of using exclamation mark with an example. In the Swift programming language.... Read More
In this Swift programming tutorial, you will be learning how to create JSON objects. Here I am going to show you two different ways that can perform the task. To create a JSON obje.... Read More
I faced this issue a few days back and I tried to figure out how to bring back the debug console area on Xcode. I think this is my shortest tutorial, as I will be telling you one s.... Read More