UIlabel NSMutableAttributedString second line not visible upon line break – Ios swift
I am trying to create a UILabel which contains two texts of different fonts where one NSMutableAttributedString sits vertically on top of the other. Upon attempting to insert a line break via swift's n I found that the appended string…