react-native/Libraries/ActionSheetIOS
Nick Lockwood a859d9e931 Fixed ActionSheetIOS on iOS 9 SDK
Summary: public

UIActionSheet no longer works on iPad when building with the iOS 9 SDK, as reported here: https://github.com/facebook/react-native/issues/3498

This diff implements an alernative code path that uses UIAlertController instead when its available.

Also added `anchor` support for action sheets (previously only supported for share sheet).

Reviewed By: javache

Differential Revision: D2560068

fb-gh-sync-id: feda20f6f1fee5e2ba624761fbeb812e23d96fff
2015-10-21 12:21:28 -07:00
..
RCTActionSheet.xcodeproj Text highlighting on iOS 2015-07-24 08:41:58 -08:00
ActionSheetIOS.js Fixed ActionSheetIOS on iOS 9 SDK 2015-10-21 12:21:28 -07:00
RCTActionSheetManager.h [ReactNative] Expanded license on obj-c files 2015-03-23 13:18:29 -08:00
RCTActionSheetManager.m Fixed ActionSheetIOS on iOS 9 SDK 2015-10-21 12:21:28 -07:00