Skip to content

Instantly share code, notes, and snippets.

@praeclarum
Last active December 24, 2015 07:29
Show Gist options
  • Save praeclarum/6763944 to your computer and use it in GitHub Desktop.
Save praeclarum/6763944 to your computer and use it in GitHub Desktop.
Reverse engineered iCloud backup time estimator
- (NSTimeInterval)remainingUbiquitousBackupTime
{
return 3 * 60;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment