Search code examples
iphoneuilocalnotificationnstimezone

UILocalNotification setTimeZone to AM/PM


How to set timeZone for UILocalNotification to AM/PM.


Solution

  • You can use

    localNotif.timeZone = [NSTimeZone defaultTimeZone];