How to add attributed string swift ?
If you have two diffrent string and want to have diffrent text style like colours, font then you can use NSAttributedString which can customise. In below example i have joined two string with diffrent fonts, colours into same label.
How to add attributed string swift ? Read More »