Here is a very simple Xcode Login Screen Example for you. A login option is one of the essential feature of almost any application. In the last tutorial about iOS Registration Form Example we learnt creating a user registration screen in iOS App using Swift. In this tutorial we will see how to create a login […]
iOS Dialog Box with Input using UIAlertController in Swift
In this post we will learn building an iOS dialog box with input using UIAlertController. An input dialog is many times required in the application. So lets see how we can build it for our iOS Application. Building iOS Dialog Box with Input Creating a new Xcode Project As always we will start creating a […]
Firebase Realtime Database Tutorial for Swift using Xcode
In this post we will learn Write and Read operation in Firebase Realtime Database using Swift. I already posted a Firebase Authenticate Tutorial before. In this tutorial we will see using Firebase Realtime Database in our iPhone Application. Using Firebase as the application backends gives us more flexibility and we can quickly make apps as […]
Swift JSON Tutorial – Fetching and Parsing JSON from URL
In this Swift JSON Tutorial we will learn about fetching and parsing JSON from a URL. You may already know what is JSON file. JSON stands for “JavaScript Object Notation” it is the most popular data interchange format. In our iOS Application we can use this to fetch data from an external MySQL Database. I have […]
iOS Registration Form Example using PHP and MySQL
In this post we will see an iOS Registration Form Example. A user registration and login screen is a very essential thing in many application. Thats why I am posting this iOS Registration Form Example. In the next post we will see iOS Login Example. I am going to use PHP and MySQL as application’s backend. […]
Xcode Radio Button Example – Creating Radio Button using Swift
Radio Button is a very common component of any application. It allows us to choose only one option among a set of options. So in this Xcode Radio Button Example we will be learning how to use Radio Button while creating iOS Apps using Swift. Xcode Radio Button Example Creating a new Xcode Project As […]