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.

Fixed: pip/python: normal site-packages is not writeable

By Saruque Ahamed Mollick

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

Change alert message font color, background color in SwiftUI

Change alert message font color, background color in SwiftUI

By Saruque Ahamed Mollick | October 30, 2023

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

Add image and text both on a button in SwiftUI

By Saruque Ahamed Mollick

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

Disable Auto Rotation in SwiftUI

By Saruque Ahamed Mollick

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

Place VStack content to the left in SwiftUI

By Saruque Ahamed Mollick

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

Find errors in C++, Python and Java code and get bounty

By Saruque Ahamed Mollick

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

ERROR: Could not install packages due to an OSError: [WinError 2]

By Saruque Ahamed Mollick

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

Change spacing between VStack elements in SwiftUI

By Saruque Ahamed Mollick

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

Related Posts