Change UIAlertController's title fontsize
问题 I'm trying to change the title fontSize in an UIAlertController , but I can't manage how to set my NSMutableAttributedString to the title -property. So for I've been creating the NSMutableAttributedString with the following code: let title = NSMutableAttributedString(string: user.fullName) let range = NSRange(location: 0, length: title.length) title.addAttribute(NSAttributedStringKey.font, value: UIFont.TextStyle.largeTitle, range: range) Now the tricky part for me is how to figure out how to