nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.57k stars 510 forks source link

Fix progress view in iOS 8 or later #30

Closed JohnWong closed 7 years ago

JohnWong commented 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.

Before:

simulator screen shot - iphone x - 2017-10-06 at 19 54 43

After:

simulator screen shot - iphone x - 2017-10-06 at 19 49 04

Side effect:

The minimum version will be iOS 8.

JohnWong commented 7 years ago

And this pr will fix issue #26

nst commented 7 years ago

Thank you.