2016-10-24 15 views

答えて

0

試しましたか?

let content = UNMutableNotificationContent() 
content.title = self.notificationTitle // You could set this variable to anything you like 
content.body = self.notificationBody // You could set this variable to anything you like 
content.sound = UNNotificationSound.default() 
関連する問題