NSMutableAttributedString

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 »

NSMutableAttributedString iOS Tutorial

Note: NSMutableAttributedString in swift Tutorial IOS NSMutableAttributedString is a great asset to IOS development that allows developer to customize UILable text at certain positions. In this we will learn, how to use NSMutableAttributedString in IOS. Let us say, i want my string to be displayed as You are looking at attributed string. To achieve this, i have

NSMutableAttributedString iOS Tutorial Read More »