CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| 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.