From 21d61d63b94299b0886e0c791e1a14c969d78ed8 Mon Sep 17 00:00:00 2001 From: d7laungani Date: Fri, 17 Mar 2017 15:38:18 -0500 Subject: [PATCH] Fixed Category option --- DLLocalNotifications/DLLocalNotifications.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DLLocalNotifications/DLLocalNotifications.swift b/DLLocalNotifications/DLLocalNotifications.swift index 5f613d2..4166ef9 100755 --- a/DLLocalNotifications/DLLocalNotifications.swift +++ b/DLLocalNotifications/DLLocalNotifications.swift @@ -185,6 +185,7 @@ public class DLCategory { public init (categoryIdentifier:String) { identifier = categoryIdentifier + actions = [UNNotificationAction] () } @@ -231,7 +232,7 @@ public class DLNotification { var launchImageName: String? - var category:String? + public var category:String? var region:CLRegion?