A questionnaire web app is a website that allows users to answer questions based on the best of their knowledge in a limited time. The…
Local storage means the data that is stored inside the app. You do not need an internet connection to create or read data from local…
We will create a text field in one view and send its value into another view. We will be taking an example of a search,…
To show an alert with callback in Swift UI, you need 3 things: Video tutorial: So let’s go ahead and create these 3 variables in…
You won’t be able to preview your layout in your XCode preview in Swift UI when you are receiving data from the server. So we…
We will create a simple iOS app in Swift UI that will call an API request, developed in PHP, to the HTTP server. The API…
Learn how to upload image from SwiftUI app. We will not be using any external library in this tutorial. All code is done in native…
In this article, we will be creating logged in devices management feature that will allow the users to check how many devices they have been…
Let’s say you have an admin panel of your website where you can manage your website’s data. Now you want to have a functionality where…
In our previous post, we gave a detailed explanation of why you need a database viewer if you are working with only FTP or SFTP.…