In this video it shows the steps to run a device preview of other platforms, such as iOS/ Mac, while developing the flutter app in Android Studio in windows OS. Details of Device Preview dependency used in this demo is available at: https://pub.dev/packages/device_preview I hope you like this video. For…
Tag: Apple
How to check a Palindrome word in your iOS App? – swift code using Xcode
This video shows the steps to create an iOS App in which one can check whether the provided word is a Palindrome or not. It uses a text field to get the input from the user to check whether a word is Palindrome or not. It invokes the method (function)…
How to create a simple text file in your iOS App? – Xcode tutorial using swift language
This Video shows simple steps to create a text file from your iOS App. It shows the simple swift code which is written to do create the file in the document directory of the iPhone. It uses Xcode environment to develop and simulate the App in the in-built simulator. It…
How to build a simple calculator App for iOS in Xcode (swift)?
In this video it shows the steps to create a very simple calculator App for iOS. It uses xcode to develop the App. It uses swift language to create the App in very simple steps. To create the calculator application, it creates a very simple layout using button from 0…
How to edit UITextView by enabling AllowsEditingTextAttributes (create a Text Editor) in your iOS App to make selected text bold, italics, underline? – Xcode
In this video it shows simple steps to enable to enable or activate the allowsEditingTextAttributes in the uiTextView. This concept can be used to make the text editing possible in your iOS App. It uses a button to explicitly enable this option in the uiTextView’s attribute. This attribute (allowsEditingTextAttributes )…
How to get current location of the phone in your iOS App? – Xcode tutorial
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…
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…