This video shows the steps to create your iOS App which can access the current location of your phone. The location coordinates is fetched in locationManager using CLLocation services of the phone. The location coordinates once received is updated in the Map and also updated in the Labels widgets in…
Tag: iOS
How to get current date and time in your iOS App? -Xcode tutorial
This video shows a simple iOS App development for getting the current date and time from the iPhone’s OS. Then it uses a label to display the date received in the string format in the label. I hope you like this video. For any questions, suggestions or appreciation please contact…
How to create your first iOS App using XCode?
This video briefly explain the steps to create your first iOS App in Xcode. It shows the development of an iOS with a button inserted in the interface and which creates a UIControllerAction as an alert message box on click of the button. I hope you like this video. For…