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 that category
Can you please guide me on the same. I had tried to implement Share Extension before. But not successful.
you need to use share extension and add a SLComposeSheetConfigurationItem to your share extension for category name.
On click of category name show a list view with all possible options to choose category name and once user select one send image data and selected category name to server.
you can refer this links for more details
Using an iOS 8 share extension to upload a photo to IBM Bluemix
Sharing Extension