Skip to content

2.4.0

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 14 May 11:35
· 15 commits to master since this release
  • Now you can use progressLabelText for alertView with activityIndicator as well as for alertView with progressView:
alertView.progressLabelText = @"Some text"
  • Now you can set progress using @property:
alertView.progress = 50.0;