swift

FusionLocation: Cross-Platform Swift Mobile App Development

Introduction Hi everyone πŸ™‹πŸ»β€β™‚οΈ! My name is Vedant, and it is time to build another SCADE app! We all love hybrid tech stack when it comes to building cross-platform mobile apps. And then we start having discussions within the team … Read More

FusionPayments: Part I – Integrate Apple Pay SDK

Introduction Hi everyone πŸ™‹πŸ»β€β™‚οΈ! My name is Vedant, and this time we are going to explore another Fusion library, FusionPayments. This is part 1 of the article which explains how to integrate Apple Pay. Apple Pay is a mobile payment … Read More

Cache Implementation in Cross-Platform Swift Apps

Introduction Have you ever used a mobile app that remembered your login information or preferences, even after you closed the app? This is thanks to the magic of SharedPreferences in Android and UserDefaults in iOS. πŸ‘€ In this article, we’ll … Read More

Collection View in Cross-Platform Swift Apps

Introduction πŸ“±πŸ”πŸ” As mobile apps become increasingly popular and versatile, developers are tasked with creating dynamic user interfaces that can adjust to various screen sizes and orientations. One way to achieve this is through the use of collection views, which … Read More