Home
last modified time | relevance | path

Searched refs:activityController (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-sharing/ios/
H A DSharingModule.swift20 …let activityController = UIActivityViewController(activityItems: [url], applicationActivities: nil) in definition() variable
21 activityController.title = options.dialogTitle in definition()
23 activityController.completionWithItemsHandler = { type, completed, _, _ in in definition()
43 activityController.popoverPresentationController?.sourceRect = CGRect( in definition()
49 activityController.popoverPresentationController?.sourceView = currentViewcontroller.view in definition()
50 activityController.modalPresentationStyle = .pageSheet in definition()
53 currentViewcontroller.present(activityController, animated: true) in definition()
/expo/ios/versioned/sdk49/ExpoSharing/
H A DSharingModule.swift20 …let activityController = UIActivityViewController(activityItems: [url], applicationActivities: nil) in definition() variable
21 activityController.title = options.dialogTitle in definition()
23 activityController.completionWithItemsHandler = { type, completed, _, _ in in definition()
43 activityController.popoverPresentationController?.sourceRect = CGRect( in definition()
49 activityController.popoverPresentationController?.sourceView = currentViewcontroller.view in definition()
50 activityController.modalPresentationStyle = .pageSheet in definition()
53 currentViewcontroller.present(activityController, animated: true) in definition()