comment
This commit is contained in:
parent
2ef34939b7
commit
229bc94568
@ -18,6 +18,8 @@ import UIKit
|
||||
return "underline"
|
||||
}
|
||||
|
||||
/// This returns the NSUnderlineStyle used in NSAttributedValue. If there is a pattern, it will return
|
||||
/// a new NSUnderlineStyle derived from the bitmask of style | pattern.
|
||||
var underlineValue: NSUnderlineStyle {
|
||||
|
||||
if let pattern = pattern?.value() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user