Skip to content

Instantly share code, notes, and snippets.

@anirudhamahale
Created July 31, 2017 11:13
Show Gist options
  • Select an option

  • Save anirudhamahale/e7481cb95d01553d1dc0d5d38da30455 to your computer and use it in GitHub Desktop.

Select an option

Save anirudhamahale/e7481cb95d01553d1dc0d5d38da30455 to your computer and use it in GitHub Desktop.
List of the permission that we might want to run in swift.
private func isNotificationGranted() -> Bool {
if UIApplication.shared.currentUserNotificationSettings!.types == [] {
return false
} else {
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment