Skip to content

Instantly share code, notes, and snippets.

@tkreuder
Created May 2, 2015 14:57
Show Gist options
  • Save tkreuder/e3a8240a216985fffa95 to your computer and use it in GitHub Desktop.
Save tkreuder/e3a8240a216985fffa95 to your computer and use it in GitHub Desktop.
let calendar = NSCalendar.currentCalendar()
let components = calendar.components(NSCalendarUnit.CalendarUnitDay , fromDate:NSDate(timeIntervalSince1970: 0) , toDate:timeToShow , options:0 )
Cannot invoke 'components' with an argument list of type '(NSCalendarUnit, fromDate: NSDate, toDate: NSDate, options: Int)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment