Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back button support to NavBar #51

Open
KaneCheshire opened this issue Nov 20, 2019 · 2 comments
Open

Add back button support to NavBar #51

KaneCheshire opened this issue Nov 20, 2019 · 2 comments

Comments

@KaneCheshire
Copy link
Contributor

No description provided.

@KaneCheshire
Copy link
Contributor Author

Should also add support for long-pressing on the back button which is new in iOS 14

@stefanrenne
Copy link

In our project I created this Element

struct BackBarButton: Element, Tappable {
    let id: String? = nil
    let index: Int = 0
    let parent: Element = NavBar()
    let type: XCUIElement.ElementType = .button
}

@KaneCheshire KaneCheshire linked a pull request Nov 5, 2020 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants