Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ismaiI1 opened this issue Aug 2, 2016 · 1 comment
Closed

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

ismaiI1 opened this issue Aug 2, 2016 · 1 comment

Comments

@ismaiI1
Copy link

ismaiI1 commented Aug 2, 2016

  • [+] I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • SCLAlertView version: 1.0.3
  • Device OS version: 9.3.3
  • Device Name: iPhone 5S
Reproduction Steps
  1. Replace subtitle dynamically

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

@dogo
Copy link
Owner

dogo commented Aug 2, 2016

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;

@dogo dogo closed this as completed Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants