let timeFont = [NSFontAttributeName:UIFont(name: “Voyage”, size: 20.0)]
var attrString3 = NSAttributedString(“(Time)”, attributes: timeFont); // <--- compiler error "Extra argument in call" This co
let timeFont = [NSFontAttributeName:UIFont(name: “Voyage”, size: 20.0)]
var attrString3 = NSAttributedString(“(Time)”, attributes: timeFont); // <--- compiler error "Extra argument in call" This co