CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Shawn Xiao.
EUMTouchPointView shows your finger touches on the screen. It solves these problems:
Watch demo video here:
To run the example project, clone the repo, and run pod install from the Example directory first.
iOS 7.x or greater
And add following codes into your AppDelegate
- (EUMShowTouchWindow *)window
{
static EUMShowTouchWindow *customWindow = nil;
if (!customWindow) {
customWindow = [[EUMShowTouchWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
}
return customWindow;
}
Shawn Xiao, [email protected]
EUMTouchPointView is available under the MIT license. See the LICENSE file for more info.