I have a viewController in my objective c application to show song list of my iPhone. The first time when I open this viewController, show the permission to use the music, but when I accept the permission, the tableView of all songs not refresh.
Like this:
How can I check when the user click on allow to refresh the view?