Top "Ios8-extension" questions

Refers to the extensions added in iOS 8; may include Today extensions (widgets), Share extensions, Action extensions, photo editing extensions, custom keyboard extensions, document provider extensions.

Swift apply .uppercaseString to only the first letter of a string

I am trying to make an autocorrect system, and when a user types a word with a capital letter, the …

ios swift string ios8-extension
Sharing code between original iOS App and App Extension

Sharing class between iOS app and extension app I want to use a custom class in both my app and …

ios xcode ios-app-extension ios8-extension
Height of iOS8 Today Extension using Only Auto Layout Gives Broken Constraints

Apple documentation suggests setting the height of Today Extensions using autolayout. If a widget has additional content to display, you …

ios cocoa-touch ios8 ios8-extension ios8-today-widget
Share between an iOS extension and its containing app with the keychain?

I understand I can share data between my share extension and its containing app by enabling app groups and using …

ios ios8 keychain ios8-extension ios8-share-extension
Retrieve ALAsset or PHAsset from file URL

Selecting images in Photos.app to pass to an action extension seems to yield paths to images on disk (e.…

ios8 ios8-extension photokit ios-extensions
iOS Share vs Action App Extension

I want to implement an app extension, but I can't decide if I should implement it as a Share Extension …

ios ios8 ios8-extension ios8-share-extension
When i run app extension(Widget) in device.I got this error App installation failed

This application or a bundle it contains has the same bundle identifier as this application or another bundle that it …

ios ios8-extension ios8-today-widget
"Unable to Load" message in Today's Widget

I'm in between with my widget development. As we have already placed our app with widget integration. But in now …

ios ios-app-extension ios8-extension ios8-today-widget ios-extensions
How to include AFNetworking as a Framework for using in an iOS App and Extension via CocoaPods

NB: This is related to this question on project structure, but I have decided to a vastly the use-case to …

ios xcode6 afnetworking cocoapods ios8-extension