Mobile
Best Android App Templates of 2023
While we are solely building iOS App Templates, being huge fans of Swift, there’s a whole other world out there, when it comes to mobile, and that’s the Android side. In this article, we thought Read more…
While we are solely building iOS App Templates, being huge fans of Swift, there’s a whole other world out there, when it comes to mobile, and that’s the Android side. In this article, we thought Read more…
In this blog post, we are featuring the best iOS walkthrough app designs of 2023, which you can use for your own inspiration. We’ve selected a list of gorgeous UI app templates that are meant Read more…
In the past few years, dating applications have created an online revolution, changing the way people get to know and date each other. Online dating is faster and more convenient than traditional dating, and it Read more…
In this iOS tutorial we are going to describe how to use forms in SwiftUI. Forms are a powerful tool, introduced with SwiftUI, enabling mobile developers to build various user forms quickly and efficiently, as Read more…
Hello fellas, welcome back to our SwiftUI series. In the previous few tutorials, you learned a lot about components, operators as well as how to work with UIKit. Now, it’s time to put those skills Read more…
Every iOS app should leverage push notifications to boost user engagement and retention. Push notifications are a powerful tool, but implementing them in Swift 5 has been historically tricky since you usually needed a server. If Read more…
Firebase is having great momentum these days. It has gained a lot of traction among mobile developers, who are truly embracing this backend-as-a-service concept. We are using it for all of our iOS app templates. In Read more…
Hello everyone, welcome back to our SwiftUI tutorial series. This time, we are going to learn one of the important features of iOS in particular and mobile in general: MapView. With SwiftUI, using a MapView Read more…
In WWDC19, Apple unveiled “Sign In with Apple”, a new way for users to create accounts and sign in into iOS apps. The benefits for using this is that you are getting a two-factor authenticated, Read more…
There are many situations when you want to create an UIColor object from a hex color string. In this post, we provide a code sample that will help you convert hex colors to UIColor objects. Read more…
In this article, we are describing in details how to integrate Apple Pay into an iOS app. We’ll code in the latest version of Swift and the code samples are extracted from our beautiful app Read more…
Hello developers, especially beginners! As you know, at WWDC 2019, Apple launched a new awesome feature called SwiftUI, which will be a new breakthrough in UI programming, enabling developers to have more time to develop ideas instead of Read more…
Good software engineers are continuously looking for new side project ideas. Working on side projects has wonderful benefits, in terms of personal development, and can potentially become financial assets, if they really take off. But Read more…
At iOS App Templates, we are building fully coded mobile app templates in Swift, to help startups create their mobile products faster. Part of our mission is to provide highly modularized source code so that Read more…
With the release of Swift 5 approaching and Firebase Firestore finally getting out of beta, let’s take a look at how the Firebase Facebook Login is implemented in Swift. All of our Swift app templates Read more…
Building a mobile app used to be a difficult job and only well-versed mobile developers had the ability to do it. But as the mobile development industry evolved over the last few years, the bar Read more…
In the past couple of years, a wave of new modern UX design patterns has emerged within the mobile design ecosystem. Many of these patterns became incredibly popular, given their success on highly scalable apps. Read more…
With the evolution of internet and technology, online shopping on native e-commerce apps has exploded in recent years. Mobile apps have brought a deep connection between businesses and their customers. Shoppers are thrilled with using Read more…
SwiftUI is the modern way of building user interfaces across all Apple platforms. In this tutorial, we are going to learn how to create a chat app in SwiftUI. There are a lot of interesting Read more…
While building the push notifications feature for our iOS Chat app, we’ve encountered the need to send device to device push notifications in Swift with Firebase. Until a while ago, this was not even possible Read more…