Created
October 5, 2017 06:16
-
-
Save pgpt10/f4e17668b648cf7a727e52ec772c226c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let attributedString = NSAttributedString(string: "This is an attributed string.", | |
| attributes: [NSAttributedStringKey.font: UIFont.systemFont(ofSize: 10.0)]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment