UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Set the default value of useAlertController based off ios version #39

Closed dbolella closed 8 years ago

dbolella commented 8 years ago

In response to issue #34 , I made simple edits to set the default value of useAlertController based off ios version and only use alert controllers if ios version is >= 9

coneybeare commented 8 years ago

Thanks!