© 2023 Hashnode
#ios
Are you tired of having your users lost and confused when they interact with notifications in your iOS app? Do you want to make sure they are directed to the right page every time? Look no further! In…
When beginning to learn iOS development, it is common to be introduced to Storyboards as a starting point. Storyboards are a popular choice for beginners because they are a visually intuitive tool tha…
In this blog post, I share tips on how to use GitHub actions most efficiently and avoid unnecessary execution time and money spending. I assume you are familiar with GitHub Actions and used them alrea…
Introduction As the Flutter community continues to expand, so does the framework's support for the various platforms we use in our daily lives, including smartphones, desktops and laptops, and embedde…
In this blog post, you will learn which files of your app are automatically included in a Backup (iTunes or iCloud) and how to exclude specific files. Motivation This is important to know if you want …
Good evening guys. I hope you are all fine wherever you are during this time. I am not very happy because 3 weeks down the line am still here waiting for my vSongBook app to see the light of day in th…
Value types such as Structs and Enums can have methods in Swift. These methods may want to modify the properties defined in the types. Consider an example of a struct Stack that has an array property …
An essential component of developing a new mobile app is creating the user onboarding flow, which includes the landing page, login and registration pages, etc. One of FireBase's major features, authen…
Do you want to give your SwiftUI app a unique and dynamic look? Take your SwiftUI design to the next level by implementing gradient text in text fields. Adding a touch of color and visual interest to …
BottomSheet has been present in iOS applications for a while, with Apple first implementing it in the Maps app in iOS 10. However, it was not available for developers to use as a standard component, so if they wanted to include it in their …