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:
Matt Bruce 2024-06-21 14:25:29 -05:00
commit e8387d2c43

View File

@ -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)?