TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2016 |
SPMSupports SPM | ✓ |
Find the UI Component by accessibilityIdentifier from AppDelegate.window
let button = UIButton(type: .System)
button.accessibilityIdentifier = "likeButton"
addSubview(button)
let button = UIButton.findByAccessibilityIdentifier("likeButton")
iOS 7.0+
muukii, [email protected]
ViewFinder is available under the MIT license. See the LICENSE file for more info.