forked from shadowfacts/Tusker
VoiceOver: Fix profile relationship label not being read
This commit is contained in:
parent
19bf6cbf18
commit
726be85223
|
@ -150,6 +150,7 @@ class ProfileHeaderView: UIView {
|
||||||
accessibilityElements = [
|
accessibilityElements = [
|
||||||
displayNameLabel!,
|
displayNameLabel!,
|
||||||
usernameLabel!,
|
usernameLabel!,
|
||||||
|
relationshipLabel!,
|
||||||
noteTextView!,
|
noteTextView!,
|
||||||
fieldsView!,
|
fieldsView!,
|
||||||
moreButton!,
|
moreButton!,
|
||||||
|
|
Loading…
Reference in New Issue