Merge branch 'hotfix/label-actions' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/label-action
# Conflicts: # VDS/Components/Label/Label.swift # VDS/Extensions/UITapGestureRecognizer.swift Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
commit
e8387d2c43
@ -466,7 +466,7 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
|
|||||||
|
|
||||||
return (textContainer, layoutManager, textStorage)
|
return (textContainer, layoutManager, textStorage)
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Accessibility
|
// MARK: - Accessibility
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
@ -495,7 +495,6 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
|
|||||||
accessibilityElements?.append(element)
|
accessibilityElements?.append(element)
|
||||||
return element
|
return element
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
open var accessibilityAction: ((Label) -> Void)?
|
open var accessibilityAction: ((Label) -> Void)?
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user