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.

Print inside View in SwiftUI – Type ‘()’ cannot conform to ‘View’

By Saruque Ahamed Mollick

I can assume that you have faced this error while trying to add a print statement in your SwiftUI View to debug your code. I have got the same error: Type '()' cannot conform to 'V.... Read More

Change the background color of a Form in SwiftUI

By Saruque Ahamed Mollick

You have landed on this page which means that you are also frustrated getting the same grey background color in your Form in SwiftUI. Now if you wish to change that background colo.... Read More

onAppear delay in SwiftUI with example

By Saruque Ahamed Mollick

In this tutorial, I will show you how to add delay to onAppearin SwiftUI. If you are trying to load a view or anything with .onAppear but still you want some delay in execution you.... Read More

Complex Password Validation in SwiftUI

By Saruque Ahamed Mollick

Hello, I have built a complex password validation in SwiftUI. This is just for learning and practicing but I thought it worth sharing here as you can modify this according to your .... Read More

Dark Mode Light Mode toggle in SwiftUI

By Saruque Ahamed Mollick

In this tutorial, I will show you how to toggle between dark mode and light mode in SwiftUI. If you wish that your view will be always in Dark mode you can simply use this line in .... Read More

How to find info.plist file in Xcode 13 and Newer in SwiftUI project

By Saruque Ahamed Mollick

I generally don’t write tutorials other than coding. But this is an issue that must be talked about. In this tutorial, I am going to show you how to find the info.plist file .... Read More

Text() on button click in SwiftUI

By Saruque Ahamed Mollick

In this tutorial, I will show you how to show Text on button click in SwiftUI with a simple code. I am making this tutorial because we can not directly write Text()in Button functi.... Read More

The Rise of Artificial Intelligence: what to look for in 2023

By Saruque Ahamed Mollick

Truly, the field of Artificial Intelligence (AI) has transitioned from the realm of science fiction to our daily existence, becoming a formidable power that greatly impacts numerou.... Read More