SWIFT language

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 »