Mookie

Results 1 comments of Mookie

`unarchiveTopLevelObjectWithData` was deprecated in iOS 12.0 suggest code ```swift do { let attributedString = try NSKeyedUnarchiver.unarchivedObject(ofClass: NSAttributedString.self, from: data) return attributedString } catch { debugPrint(error.localizedDescription) return nil } ```