针对Apple Watch的UILocalNotification的自定义

时间:2015-08-19 13:32:39

标签: ios swift watchkit

我在网上看到很多关于自定义Apple Watch通知的资源。虽然我没有找到一个提到声音和持续时间的定制。

我们甚至可以自定义手表上的通知声音吗?我知道我们可以使用localNotification.soundName = "audio.caf",但它不能在我的手表上播放/工作。如果有可行的解决方案,您能指导我这些资源吗?

另外,我想延长通知时间。解决此问题的方法是使用repeatInterval这样发送多个通知。但有没有更清洁的方法呢?

localNotification.repeatInterval = NSCalendarUnit.CalendarUnitSecond

0 个答案:

没有答案