refactored to remove old properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
724130a827
commit
04f228ea48
@ -82,8 +82,6 @@
|
|||||||
|
|
||||||
var message = ""
|
var message = ""
|
||||||
|
|
||||||
radioButton.updateAccessibilityLabel()
|
|
||||||
|
|
||||||
if let radioButtonLabel = radioButton.accessibilityLabel {
|
if let radioButtonLabel = radioButton.accessibilityLabel {
|
||||||
message += radioButtonLabel + ", "
|
message += radioButtonLabel + ", "
|
||||||
}
|
}
|
||||||
|
|||||||
@ -99,8 +99,6 @@ import UIKit
|
|||||||
|
|
||||||
var message = ""
|
var message = ""
|
||||||
|
|
||||||
radioButton.updateAccessibilityLabel()
|
|
||||||
|
|
||||||
if let radioButtonLabel = radioButton.accessibilityLabel {
|
if let radioButtonLabel = radioButton.accessibilityLabel {
|
||||||
message += radioButtonLabel + ", "
|
message += radioButtonLabel + ", "
|
||||||
}
|
}
|
||||||
|
|||||||
@ -85,7 +85,6 @@ open class ListLeftVariableRadioButtonBodyText: TableViewCell {
|
|||||||
|
|
||||||
var message = ""
|
var message = ""
|
||||||
|
|
||||||
radioButton.updateAccessibilityLabel()
|
|
||||||
if let radioButtonLabel = radioButton.accessibilityLabel {
|
if let radioButtonLabel = radioButton.accessibilityLabel {
|
||||||
message += radioButtonLabel + ", "
|
message += radioButtonLabel + ", "
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user