Skip to content

Instantly share code, notes, and snippets.

@olexth
Last active November 25, 2015 13:59
Show Gist options
  • Select an option

  • Save olexth/db614b4a798f794cad7d to your computer and use it in GitHub Desktop.

Select an option

Save olexth/db614b4a798f794cad7d to your computer and use it in GitHub Desktop.
NSDateComponents *dateComponents = [[NSCalendar currentCalendar] components:NSCalendarUnitHour fromDate:[NSDate date]];
if (dateComponents.hour >= 9 && dateComponents.hour < 21)
{
// display local notifications
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment