I added a UIProgressView
to my UIActionSheet
to indicate the download progress. So I do not want my UIActionSheet
to be dismissed when user click the download button in it.
But is there a way to do that ?
Right now I implement didDismissWithButtonIndex delegate method to show UIActionSheet
again after it was dismissed. But I was hoping there is a better way.