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 […]
iOS UINavigationController Tutorial – Displaying Multiple Screens
Till now in all our examples we used only a single view screen. But any application contains many screens with a hierarchy. Like a user will see Login Screen first and then after Login user will see the profile screen. For handling multiple screens in the Storyboard we have iOS UINavigationController. UINavigationController manages all the […]
UIWebView Example to Load URL in iOS using Swift in Xcode
In this post we will see a simple UIWebView Example. In many cases while building an app we sometimes need to load some other website or URL. In this case UIWebView is very useful. We can use UIWebView class to embed web content in your iOS App. And today in this UIWebView Example we will […]
Firebase iOS Tutorial using Swift – User Registration
From this Firebase iOS Tutorial we will start using Firebase for our iOS Application. I am starting this Firebase iOS Tutorial series to help you all in integrating Firebase in your iOS Application. This is the first post in Firebase iOS Tutorial series and today we will see an example of Firebase Authentication. I will be […]