Questions tagged [ios8-extension]

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. For Apple Watch extensions, use [watchkit].

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

For more information, see Apple's Extensions documentation.

199 questions
-1
votes
1 answer

Save an image from keyboard extension to clipboard to make it ready to be pasted in a textfield by the user in Swift

Can you please provide me with the code in swift for saving an image to clipboard and how it should be implemented. If you have any related tutorial that would be great too.
georgiohelou
  • 33
  • 1
  • 3
-1
votes
1 answer

How do I properly pass a NSMutableArray to NSUserDefaults with a custom data model?

Let me preface that my code has been obscured a little on purpose. I know the name won't be good. I am trying to add a widget to my app with the new iOS 8 functionality. I am using this link as a tutorial Now, so far I have this in my ViewController…
David
  • 402
  • 2
  • 9
  • 22
-4
votes
1 answer

Is it possible to develop an app that reads other apps' usage data?

With the new app-extension kit, I'd like to know if it's possible to build an app that tracks various usage statistics of other apps. For e.g., the no of times someone uses their calculator or the no of minutes spent on Quora.
-5
votes
1 answer

Which Extension is suitable for my requriement for ios?

I am trying to Achive following 1) User is on Photo Gallery 2) Select a photo 3) Hit Share 4) Choose myapp( which i am developing) 5) Need to show list of Categories ( Will fetch from Sql Lite) 6) Choose Category Name and Save that image into…
Hitu Bansal
  • 2,917
  • 10
  • 52
  • 87
1 2 3
13
14