SDK Support, Platform Support, UITextView With Markdown Formatting
Added
- Platform Support
- macOS
-
CDFont+CDMarkdownKit
withSize
method that usesNSFontManager
to correctly set system fonts dynamically based on size
-
- macOS
- Swift 4.0
-
CDAttributesKey
for correctly configuringNSAttributedString
attribute dictionary keys
-
- SwiftLint
Updated
- UITextView With Markdown Formatting
- Code example to use
NSLayoutConstraints
to correctly setintrinsicContentSize
- Code example to use
- Platform Support
- macOS
-
CDFont+CDMarkdownKit
bold
anditalic
methods to useNSFontManager
opposed toCDFontDescriptorSymbolicTraits
-
- macOS