0

Is there feasibility to add a custom menu item like 'upload this pic to my app'. In inbuilt photos app when a photo is selected a menu is displaying with 'Email photo', 'Assign to Contact', 'Use as Wall paper','Tweet'... . In that list of items I want to add a option 'Upload to XXX app'. Is it possible. Please help me.

thanks in advance.

user1179590
  • 65
  • 2
  • 8

2 Answers2

2

No you cannot change the behavior of in-built apps. Imagine how long that list would go if that was possible.

Kaan Dedeoglu
  • 14,765
  • 5
  • 40
  • 41
  • @user1179590 see this: http://stackoverflow.com/questions/2774343/how-do-i-associate-file-types-with-an-iphone-application – Adam Jun 02 '12 at 09:55
  • okay but then this isn't what he is asking for. You can register your app to open certain file types when encountered on the web, but you cannot change the behavior of other apps to follow the same thing. – Kaan Dedeoglu Jun 03 '12 at 06:35
  • I was responding to his (now deleted) comment. – Adam Jun 03 '12 at 07:08
  • The Mail app having additional option like 'Open in ...". I understand this is by UIDocumentInteractionController. Like this is t not possible for photo App. – user1179590 Jun 04 '12 at 09:00
0

Well you can definitely create your own menu with the "Upload to XXX app". You don't need to modify the inbuilt photo app to do so.

self
  • 1,205
  • 1
  • 14
  • 17
  • I'm pretty sure that this isn't what OP was asking for. – JustSid Jun 02 '12 at 08:48
  • @ JustSid He wants to modify the inbuilt photo app, well he can't ,the only way is to create a different menu for uploading the photos – self Jun 02 '12 at 08:52