Pergunta

How to set timeZone for UILocalNotification to AM/PM.

Foi útil?

Solução

You can use

localNotif.timeZone = [NSTimeZone defaultTimeZone];

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top