ViewFinder 0.1.0

ViewFinder 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2016
SPMSupports SPM

Maintained by muukii, muukii.



  • By
  • muukii

Usage

Find the UI Component by accessibilityIdentifier from AppDelegate.window

  • Set accessibilityIdentifier to the UI Component that you want to find.
let button = UIButton(type: .System)
button.accessibilityIdentifier = "likeButton"
addSubview(button)
  • Find the UI Component by accessibilityIdentifier.
let button = UIButton.findByAccessibilityIdentifier("likeButton")

Requirements

iOS 7.0+

Installation

Author

muukii, [email protected]

License

ViewFinder is available under the MIT license. See the LICENSE file for more info.