Hello friends today we will see an Xcode JSON Example. In last tutorial we learnt how we can save data from iOS App to our Web Server’s MySQL database. You can check the last tutorial from the below link. Swift PHP MySQL Tutorial It is really important that you go through the above given tutorial first, […]
Swift PHP MySQL Tutorial – Connecting iOS App to MySQL Database
Today we will learn Swift PHP MySQL. As while developing applications for mobile we need a server for our database. And for this PHP and MySQL is the best option available as it is easy to use and get. So in this Swift PHP MySQL Tutorial we will learn how we can connect our Xcode […]
iOS NSUserDefaults Swift Example to Save Data using Xcode 7
In this post we will see how we can use iOS NSUserDefaults to save data or application settings. iOS NSUserDefaults is often used to store the application settings. Suppose you need to store some small data in the app like username, gender or any kind of thing that usually doesn’t need a database. In this […]
iOS TableView Swift Tutorial – Handling Clicks in TableView Cell
Hello friends in this post we will again learn something about iOS TableView. We have already seen how to create an iOS TableView in one of our previous post. Today in this iOS TableView Tutorial we will learn how we can handle the clicks in TableView Cells. Before moving on this tutorial I will recommend you […]
iOS Show Alert using UIAlertController Tutorial in Swift and XCode 7
In this iOS Show Alert Tutorial we will see how we can pop up an alert box in our iPhone Apps. An alert dialog is very important component for every app and we frequently need it. So in this iOS Show tutorial I will be creating a very simple Alert Dialog in XCode using UIAlertController. Now […]
iOS Table View Tutorial – Creating TableView in Xcode 7 using Swift
Hello friends welcome to iOS Table View Tutorial. In the last tutorial we learnt about taking user input using Text Field. Today we will learn creating a simple Table View in iOS using Swift in Xcode 7. So lets begin this iOS Table View Tutorial. What is Table View? The name is little ambiguous for […]