Closed JohnWong closed 7 years ago
The progress view shown when load all frameworks did not work in iOS 8 or later. Using UIAlertController to replace UIAlertView will fix this issue, but the minimum version will be iOS 8.
The minimum version will be iOS 8.
And this pr will fix issue #26
Thank you.
The progress view shown when load all frameworks did not work in iOS 8 or later. Using UIAlertController to replace UIAlertView will fix this issue, but the minimum version will be iOS 8.
Before:
After:
Side effect:
The minimum version will be iOS 8.