Jas Singh
Results
3
comments of
Jas Singh
trafficstars
Are you guys using Ensembles for CloudKit or iCloud ?
I was trying to change the font within the `textViewController` by passing it a string ``` if let font = UIFont(name: "Lato-Thin", size: 26) { attributes.defaultAttributes[NSFontAttributeName] = font } ```
I am able to change the attributes of bold or any other, but for default text which has no style applied I cannot seem to change the font, even system...