viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
259 stars 102 forks source link

UIPopoverController is Deprecated in iOS 9.0 #158

Closed wrightlabs closed 5 years ago

wrightlabs commented 8 years ago

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