I migrated my code from swift 3.3 to 4.1 And I'm getting this error. How can i fix this ? Any advice ?
progressView.titleLabelAttributedText = NSAttributedString(string: MyxStrings.sharedInstance.SENDING, attributes: [NSFontAttributeName: Scully.sharedInstance.APP_REGULAR_FONT_SMALL!])
Just use like this NSAttributedStringKey
is an enum
progressView.titleLabelAttributedText = NSAttributedString(string: MyxStrings.sharedInstance.SENDING, attributes: [NSAttributedStringKey.font : Scully.sharedInstance.APP_REGULAR_FONT_SMALL]?)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With