Merge pull request #916 from j-f1/logo-traits
IOS-67: Add the “Header” and “Button” traits to the logo button
This commit is contained in:
commit
0a1910c90c
|
@ -62,6 +62,7 @@ extension HomeTimelineNavigationBarTitleView {
|
|||
button.addTarget(self, action: #selector(HomeTimelineNavigationBarTitleView.buttonDidPressed(_:)), for: .touchUpInside)
|
||||
|
||||
logoButton.accessibilityIdentifier = "TitleButton"
|
||||
logoButton.accessibilityTraits = [.header, .button]
|
||||
button.accessibilityIdentifier = "TitleButton"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue