dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

is it possible to change subtitle text while alert is showing? #213

Closed ismaiI1 closed 8 years ago

ismaiI1 commented 8 years ago

I want to show percentage while uploading data to server. how can i change the subtitle while waiting alert is showing?

dogo commented 8 years ago

Hi, you can set the subtitle text to nil and add a custom view to show the upload/download progress.

/** Add a custom UIView
 *
 * @param customView UIView object to be added above the first SCLButton.
 */
- (UIView *)addCustomView:(UIView *)customView;