image fix
This commit is contained in:
parent
d5447e5842
commit
0e42a10c13
@ -79,7 +79,7 @@ import UIKit
|
||||
isAccessibilityElement = true
|
||||
var message = ""
|
||||
|
||||
if let leftImageLabel = leftImage.accessibilityLabel {
|
||||
if let leftImageLabel = leftImage.imageView.accessibilityLabel {
|
||||
message += leftImageLabel + ", "
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user