1 follower
👋 Hi, I'm Javal Nanda, a Mobile Application Developer based in India. I've been in the world of mobile app development since 2010, and this blog is my space to share experiences and thoughts.
We often need to modify the SwiftUI view in some way or the other. There are three ways in which we can achieve customization of the SwiftUI...
One of the main rules for writing clean code is that it should clearly show what it's meant to do. There are a few things to keep in mind when doing...
Pull requests are the standard way to request a change to be merged into the main or stable branch. Having fellow developers or maintainers review the...
Ideally, you would not require conditional logic in your production code to check if tests are running or the main app target is running. But, there...
If you have used SPM to create the command line application before Swift 5.9.0, the project structure used to be as...
Hello! Swifty Buddies. If you have tried out some of the challenges on Hackerrank using Swift as a preferred language, you might have came across this...