viezel/TiSocial.Framework

UIPopoverController is Deprecated in iOS 9.0

Closed this issue · 0 comments

According to this Apple documentation

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPopoverController_class/index.html#//apple_ref/occ/cl/UIPopoverController

UIPopoverController is...
Available in iOS 3.2 and later
Deprecated in iOS 9.0

It looks like UIPopoverPresentationController is it's replacement (?)

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIPopoverPresentationController_class/index.html#//apple_ref/occ/cl/UIPopoverPresentationController

UIPopoverPresentationController is...
Available in iOS 8.0 and later