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.
Here, I will show you how to fix the error “Defaulting to user installation because normal site-packages is not writeable” while installing a package in Python using pi.... Read More
The straightforward and simple answer is a big NO. For now, SwiftUI does not allow you to change any of the color schemes in the alert. Theoretically, you can do that by customizing UIAlertController which I do not recommend at all. Still, if you are desperate to get your own custom alert you can check […] Read More
In this tutorial, I will show you how to add image and text at the same time on a button in SwiftUI. It’s easy for us to add text label to SwiftUI button. Here, you will lear.... Read More
If you are building your app in SwiftUI using Xcode, you might notice that even if your device’s (maybe an iPhone or iPad) portrait orientation lock is turned on, your app wi.... Read More
In this SwiftUI tutorial, I will show you how to place VStack content to the left instead of center in SwiftUI. If you want a short and direct answer then here is the snippet: .fra.... Read More
Hello, on behalf of CodeSpeedy Technology Private Limited, I am announcing an opportunity for beloved developers and coders all over the world. In CodeSpeedy there are more than 60.... Read More
I have found a solution to fix “ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: …” this error. If you.... Read More
In this tutorial, I will show you how to change or customize the spacing between VStack elements in SwiftUI. In one of my previous tutorials, I discussed Custom space between Hstac.... Read More