Skip to content

Instantly share code, notes, and snippets.

@ReDetection
Created October 10, 2014 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReDetection/30a1d2902c7b50cb3846 to your computer and use it in GitHub Desktop.
Save ReDetection/30a1d2902c7b50cb3846 to your computer and use it in GitHub Desktop.
please let me kill this guy
NSString *deliveryTime = [NSString stringWithFormat:@"%@", (deliveryHour >= 10 ? [NSString stringWithFormat:@"%d", deliveryHour] : [NSString stringWithFormat:@"0%d", deliveryHour]) ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment