Simple UITableView and UIAlertView example
In this article, we are going to see how to create a simple UITableView for displaying data. And display an alert on selection of any row using UIAlertView. ...
Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!
In this article, we are going to see how to create a simple UITableView for displaying data. And display an alert on selection of any row using UIAlertView. ...
This article provides the steps for adding annotation to a MapView in iOS Updated: - Click here for the updated article in Swift Create a new Xcode Project...
In this short tutorial, we will be covering the steps required to hide or unhide slides in a Keynote presentation. This tip is quite useful when you want to ...
Change bluetooth name for iPhone, iPad and Macbook Pro. In this tutorial we are going to cover the steps required to change the device name that appears whi...
In this article we are going to see the steps required for changing the primary email address on LinkedIn account. If you have changed your job and want to u...
Yahoo Mail has a feature that lets users to create filters to move the incoming messages to specific folders. This is similar to rules feature available in M...
Delegation is one of the commonly used pattern in iOS. This is used tell an object to act on behalf of another. Refer to Apple documentation for detailed inf...
Xcode provides option to increase or decrease the page scaling. This page scaling option is available as part of the Page Setup. This feature is quite useful...
In this tutorial, we are going to see the different ways for connecting IBAction to UIButton. Let see this with an example that displays an alert message on ...
Android Virtual Device are used as simulator to test your Android application instead of using a real device. “No compatible targets were found” is the commo...