Skip to content

Instantly share code, notes, and snippets.

@nwalter08
Created August 24, 2015 17:19
Show Gist options
  • Save nwalter08/f7f99b7baf5adbb597ae to your computer and use it in GitHub Desktop.
Save nwalter08/f7f99b7baf5adbb597ae to your computer and use it in GitHub Desktop.
let someDate = NSDate()
let tomorrow = NSCalendar.currentCalendar().dateByAddingUnit(NSCalendarUnit.CalendarUnitDay, value: 18, toDate: someDate, options: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment