mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
'UIAlertView' is deprecated for iOS 9.0+ #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vazra on GitHub (Aug 21, 2017).
When I use the cocoa pod version I get a warning saying
/xxx/Armchair/Armchair.framework/Headers/Armchair-Swift.h:170:20: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
@vazra commented on GitHub (Aug 21, 2017):
Duplicate Issue for #34
@coneybeare commented on GitHub (Nov 28, 2017):
UIAlertView has already been completely removed from source in master.