Skip to main content

How to Build a Login Screen in SwiftUI

· 5 min read
Full Stack Developer
Last updated on July 14, 2023

How to build a login screen in swiftui

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 to work and get your hands dirty with real practice – design a catchy Login Screen in SwiftUI. After this article, you will find SwiftUI much more convenient and clear.

How to Implement a Navigation Drawer in SwiftUI

· 4 min read
Full Stack Developer
Last updated on July 14, 2023

Welcome back to a new tutorial of our SwiftUI series. In this tutorial, we are going to learn how to implement a navigation drawer in SwiftUI, also know as side menu, side bar menu or hamburger menu. If you have ever worked with it in UIKit, you will understand its nature thoroughly. We will simply create a ViewController and assign it as a quick navigator.

Firebase Database as backend for your Android/iOS app | iOS App Templates

· 4 min read
Full Stack Developer
Last updated on June 26, 2023

firebase server ios app templates swift

Firebase Database is a free backend infrastructure product, provided by Google, that serves as a backend for your mobile app. It can store an unlimited amount of unstructured data, that can be queried in real-time by mobile apps with only a few lines of code, due to the powerful SDKs provided by Google.

Best Android App Templates of 2025

· 6 min read
Full Stack Developer
Last updated on January 3, 2025

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 about taking a look at the dark side, and see what are the best Android app templates of 2025, that you could use for inspiration in your mobile app design and development process.

Best iOS Walkthrough App Designs 2023 | iOS App Templates

· 4 min read
Full Stack Developer
Last updated on December 20, 2022

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 to inspire the readers. All of them contain modern mobile user interfaces, that are clean and elegant. The criteria we’ve used in order to curate this list of onboarding flow designs were based on a variety of properties, such as UI, UX as well as the expected conversion rate, from a growth perspective. The last one is extremely relevant because it’s the property that measures the effectiveness of the walkthrough flow. The role of the walkthrough onboarding flow is to educate the new users, convince them to create an account and eventually retain them long term into your app.

The Best Features Any Mobile Dating App Should Have in 2023

· 10 min read
Full Stack Developer
Last updated on January 29, 2025

Best Features Any Mobile Dating App Should Have

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 offers more choices to users. As the number of dating apps is increasing, more entrepreneurs and developers are starting new ventures in the mobile dating space. In this article, we are listing the key features that any mobile dating app should have, to stay ahead of the competition and to provide a thrilling user experience.

How to Implement Forms in SwiftUI - iOS Tutorial

· 6 min read
Full Stack Developer
Last updated on November 15, 2022

implementing forms with swift

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 opposed to the cumbersome legacy UIKit approach.

Push Notifications with Firebase in Swift 5 - Tutorial

· 10 min read
Full Stack Developer
Last updated on November 17, 2022

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 you’re just getting started with your app development, chances are you’re already using Firebase as your backend. That’s great news – implementing push notifications with Firebase in Swift 5 is what we cover in this tutorial. In fact, we’ve followed exactly these steps to add push notifications to our Group Chat app.

Push Notification with Firebase in Swift 5

Firebase Swift Tutorial: Login and User Registration on iOS

· 12 min read
Full Stack Developer
Last updated on October 11, 2022

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 this Firebase Swift tutorial, you'll learn how to build the login and registration screens that you can find in most of our apps. This is one of the first tutorials on this topic (Firebase Swift tutorials), and we're super excited to make this a wonderful course series. At the end of this Swift Firebase tutorial, we're going to finish these beautiful functional onboarding screens:

swift boilerplate