You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fingertips is a small library (currently, one class) that gives you automatic presentation mode in your iOS app. Note that currently, this is only designed for the iPad 2, which features [hardware video mirroring](http://www.apple.com/ipad/features/mirroring.html) support. **This library does not do the mirroring for you!**
4
+
5
+
Just drop in our replacement `UIWindow` subclass and your app will automatically determine when an external screen is available. It will show every touch on-screen with a nice partially-transparent graphic that automatically fades out when the touch ends.
6
+
7
+
Here's a [demo video](http://vimeo.com/22136667).
8
+
9
+
## Configuration
10
+
11
+
You shouldn't need to configure anything, but if you want to tweak some knobs:
12
+
13
+
*`touchImage`: pass a `UIImage` to use for showing touches
14
+
*`touchAlpha`: change the visible-touch alpha transparency
15
+
*`fadeDuration`: change how long lifted touches fade out
16
+
17
+
## License
18
+
19
+
Copyright (c) 2011 Development Seed, Inc.
20
+
21
+
The Fingertips library should be accompanied by a LICENSE file. This file contains the license relevant to this distribution. If no license exists, please contact [Development Seed](http://developmentseed.org).
0 commit comments