TABTestKit icon indicating copy to clipboard operation
TABTestKit copied to clipboard

Add back button support to NavBar

Open KaneCheshire opened this issue 5 years ago • 2 comments

KaneCheshire avatar Nov 20 '19 10:11 KaneCheshire

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

KaneCheshire avatar Aug 04 '20 13:08 KaneCheshire

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
}

stefanrenne avatar Nov 04 '20 15:11 stefanrenne