© 2023 Hashnode
#ios
Welcome to another exciting SwiftUI tutorial. Today, we're diving into the world of adaptive layouts. We'll explore how to leverage SwiftUI's powerful tools to create dynamic, flexible UIs that look s…
Flutter has emerged as a popular framework for building beautiful and performant mobile applications across multiple platforms. However, developing cross-platform apps often comes with challenges such as platform-specific code, varying UI/U…
Introduction Swift was created by Apple in 2014. It's the official language that works with the whole Apple Operating System. It is statically typed and is a modern programming language that was desig…
In this blog post, I will explain how you can skip lines of code while debugging your iOS application in Xcode. I will use tips and tricks from the WWDC18 session Advanced Debugging with Xcode and LLD…
Introduction Having just started building native IOS applications using SwiftUI, It is different from building mobile apps using React Native. I struggled in making some components since I have less e…
Creating iOS Developer Certificates: A Beginner's Guide Create an iOS certificate first apply for an APP ID card, apply for iOS certificate file. Mobileprovision need to choose, as well as in itunesconnect. New app also need. appids Apply f…
Enumerated Array in SwiftUI As you can see from the cover, in today’s post, I’m going to demonstrate how to create a dynamic list of transactions in SwiftUI using an enumerated array to make backgroun…
Mobile app development has become increasingly important with the rapid advancement of technology. Mobile applications are becoming increasingly popular as people seek quick and easy access to service…
I have been meaning to start blogging and documenting my tech journey for a long time now. Unfortunately, I always found an excuse to delay it. Often it came in the form of 'not a good draft'. GSoC is…
The Picture-in-Picture (PiP) mode allows users to watch videos in a floating window on top of other windows. They can move it around the screen and place in any convenient spot. This feature enables u…