2.4.0
- Now you can use
progressLabelText
foralertView
withactivityIndicator
as well as foralertView
withprogressView
:
alertView.progressLabelText = @"Some text"
- Now you can set progress using
@property
:
alertView.progress = 50.0;
progressLabelText
for alertView
with activityIndicator
as well as for alertView
with progressView
:alertView.progressLabelText = @"Some text"
@property
:alertView.progress = 50.0;