##Two examples: One in Swift and one in Objective-C
Examples in Swift and Objective-C of sending selected text to an iOS 8 action extension
###How to use
- Open the Xcode project file in either example (Swift or Objective-C).
- Select the
textSelectionActionExtensionObjCExample
target, then build and run. - Hit stop.
- Select the
textSelectionActionExtensionObjCExampleExt
target, then build and run. - Open any app that has the "share" button available.
- Select text within the app, tap copy, then tap the "share" button.
- If this is the first time using the extension, tap the "More" button, then toggle the extension on.
- Tap the extension button.