From 229bc94568cc35d66fe0455a2183a189035371d3 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 5 Oct 2020 15:37:19 -0400 Subject: [PATCH] comment --- .../Atomic/Atoms/Views/Label/LabelAttributeUnderlineModel.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MVMCoreUI/Atomic/Atoms/Views/Label/LabelAttributeUnderlineModel.swift b/MVMCoreUI/Atomic/Atoms/Views/Label/LabelAttributeUnderlineModel.swift index 4dbdab9b..381f4eff 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/Label/LabelAttributeUnderlineModel.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/Label/LabelAttributeUnderlineModel.swift @@ -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() {