ADTouchTracker 0.1.0

ADTouchTracker 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by adaptar00.



  • By
  • adapter00

ADTouchTraker is a Pure Swift Libray.

This Library use it to know how to tap with test application

Example

tracking is simple!!

you only call start tracking to show tracking view

import ADTouchTracker

ADTouchTracker.startTracking()

you only call end tracking to hide tracking view

ADTouchTracker.endTracking()

and..

you can check tracking status

ADTouchTracker.tracking()

Requirements

Installation

ADTouchTracker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ADTouchTracker"

Author

adapter00, [email protected]

License

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