Ios Uitouch Bluedots

Simple code to add blue dots for every UITouch in an app - Helpful for recording app demos that show touch locations during use.
Alternatives To Ios Uitouch Bluedots
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Locokit1,461
32 months ago41October 22, 201830lgpl-3.0Swift
Location, motion, and activity recording framework for iOS
Dash199
21 days ago8apache-2.0Kotlin
This is an Android Spyware App, Which uploads user data such as Contacts, Messages, Call log & recordings, Send messages, Photos, Videos, etc.
Tracking Map On Android73
11 years ago1Java
Periodically tracking and recording user's location in the background
Ios Uitouch Bluedots48
8 years agoObjective-C
Simple code to add blue dots for every UITouch in an app - Helpful for recording app demos that show touch locations during use.
Locatorz30
4 years agomitDart
An Android App, which lets you work on Location Data, built with :heart: using Flutter
Reminderpro27
a year ago9apache-2.0Kotlin
ReminderPro(location, note, voice recording)
Eyetv Export Scripts15
8 years agoAppleScript
Scripts to help with EyeTV
Jogjournal11
9 years agomitObjective-C
An iOS demo app for recording jog data
Cyclo6
9 years ago5Java
Cyclo Location Recording Service
Pugmarks Socionity3
9 years agoJava
Pugmarks is a tool which can be used to record Location tracks and routes on a map interactively along with Photos, Videos, Audio clippings and Messages mapped to locations. The tool is aimed to help crowdsource local resources, tracks and folklore along routes.
Alternatives To Ios Uitouch Bluedots
Select To Compare


Alternative Project Comparisons
Readme

iOS UITouch Blue Dots

This repro provides simple code to add blue dots on the screen for every UITouch. This makes it easy to record touch locations for app demo videos.

Getting Started

To add blue dots to your project, just create a MMTouchDotView and add it to the UIWindow when your application launches. That's it!

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // create the blue dot view
    MMTouchDotView* blueDots = [[MMTouchDotView alloc] initWithFrame:self.window.bounds];
    
    // optionally set the dot color, defaults to blue
    // blueDots.dotColor = [UIColor redColor];
    // optionally set the dot width, defaults to 20
    // blueDots.dotWidth = 40;
    
    // add the view to the window to make sure it's always visible
    [self.window addSubview:blueDots];
    
    // Override point for customization after application launch.
    return YES;
}
Popular Location Projects
Popular Recording Projects
Popular Libraries Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Objective C
Location
Recording