Originally created by @writing-shed on GitHub (Jan 31, 2018).
I've just installed Armchair and found that it uses UIAlertView which was deprecated in IOS9. Do you plan on upgrading it?
Originally created by @writing-shed on GitHub (Jan 31, 2018).
I've just installed Armchair and found that it uses UIAlertView which was deprecated in IOS9. Do you plan on upgrading it?
There is no UIAlertView in the source. There is UIAlertController though, and it also uses SKStoreReviewController if you set it that way.
@coneybeare commented on GitHub (Feb 3, 2018):
There is no `UIAlertView` in the source. There is `UIAlertController` though, and it also uses `SKStoreReviewController` if you set it that way.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @writing-shed on GitHub (Jan 31, 2018).
I've just installed Armchair and found that it uses UIAlertView which was deprecated in IOS9. Do you plan on upgrading it?
@coneybeare commented on GitHub (Feb 3, 2018):
There is no
UIAlertViewin the source. There isUIAlertControllerthough, and it also usesSKStoreReviewControllerif you set it that way.