ios

UIPickerView example Swift – IOS Tutorial

UIPickerView in swift Introduction UIPickerView is common control used to allow user select from a list of drop-down option in IOS apps. In this tutorial we will learn how to create UIPickerView in Swift4 language.                    This UIPickerView tutorial is written in Swift 4 language  so you need xcode 9 and higher version to run

UIPickerView example Swift – IOS Tutorial Read More »

How to create NSMutableAttributedString in swift

Introduction to NSMutableAttributedString in swift: NSMutableAttributedString is a great way to customize or decorate UILable text programmatically. For example your requirement involves certain word in the middle of the text is in bold and in different color, what will you do. In this case one can use NSMutableAttributedString class provided in swift language. In this

How to create NSMutableAttributedString in swift Read More »

How to create UITableview in Swift – Tutorial

Introduction to UITableView in Swift: UITableView is the basic control used in mobile apps. In this tutorial, we will learn how to create UITableView in swift language. All the delegates for the UITableview are same only syntax changes are there in swift language. Let us start how to create UITableView in swift. Implementation of code

How to create UITableview in Swift – Tutorial Read More »

Create UIDocumentInteractionController in swift

Introduction to UIDocumentInteractionController Swift: In this post we will learn how to create UIDocumentInteractionController in Swift language. We will create an example app to learn how to use UIDocumentInteractionController in swift. According to Apple docs, UIDocumentInteractionController is a viewcontroller that previews, open, or print files whose file format cannot be handled directly by your app.

Create UIDocumentInteractionController in swift Read More »

Test printing documents using Air-printer simulator IOS

In the previous article we learned about printing documents from IOS app using UIPrintInteraction-Controller. But most of developers don’t have Air-printer device to test their printing document. Don’t worry Apple Inc. provided Air-printer simulator. To download .dmg file click given below link (Apple developer account access is needed) https://developer.apple.com/downloads/index.action?name=hardware%20io%20tools After login, you will see page

Test printing documents using Air-printer simulator IOS Read More »