Graham Williams
Results
1
comments of
Graham Williams
After some digging around, having absolutely no idea what I was doing, I found: ``` func checkNotificationSettings() -> (Bool, Bool) { var noAlertStyle = false var notificationsDisabled = false let...