【发布时间】:2017-08-29 03:11:00
【问题描述】:
如何在通知操作中显示特定的视图控制器? 在应用程序中
func usernotificationcenter(_center: UNUserNotification,didReceive response: UNNotificationPesponse,withCompletionHalndler completion Handler: @escaping () -> Void){
if identifer == "SHOWVIEW_ACTION":
//I want show specific viewController at this
}
【问题讨论】:
标签: ios swift notifications