Is it possible to update a view immediately after getting user permissions?
For example, I have a tableViewCell that asks the user if they would like to enable push notifications. If the user presses yes, it opens up the apple system prompt to enable Push notifications.
My question is, is there a way to update the cell right after the user presses "yes"?
Right now, it just goes back to the tableView, and the user has to manually refresh the tableView to make the "enableNotifications" cell go away (i have it checking to see if push notifications have been enabled), but I would like to automate this process right after the user taps yes on Apple's system dialog