Skip to content

iOS library for displaying Taps/Swipes/Pinches on mirrored Apple AirPlay devices

Notifications You must be signed in to change notification settings

ptrmcc/FingerPrints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

FingerPrints

This library is currently unmaintained.

Displays touches on mirrored Apple AirPlay devices.

FingerPrints makes demoing apps to clients more informative. By showing your taps, swipes and gestures ontop of the app, the audience can easily see what your doing and how your using the app.


Installation

Initialise a FPWindow instead of the normal UIWindow class.

Class windowClass = [UIWindow class];
#ifdef DEBUG
    windowClass = [FPWindow class];
#endif

self.window = [[[windowClass alloc] initWithFrame:[[UIScreen mainScreen] bounds]]];

Todo

  • Upgrade to use ARC.
  • Upgrade code for iOS 7.
  • Fix use deprecated orientation APIs.

About

iOS library for displaying Taps/Swipes/Pinches on mirrored Apple AirPlay devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors