2016-10-24 3 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() 
관련 문제