Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Overview of the Victor API

dhemery edited this page May 11, 2012 · 3 revisions

There are three primary interfaces you will use to interact with

  • IosApplication represents an iOS application running on an iOS device.
  • IosDevice represents the iOS device in which the application is running.
  • IosView represents a view (or set of views) in the iOS application.

Additional details TBD.