问题
first of all an Happy New Year to all :)
I have found that it's possible modify the editing menu (copy/paste/select etc) thanks to the UIMenuController menuItems.
I'd like to have a link to my app from other apps through this editing menu, for example a "copy to my app" menu item. Obviously, I can't modify the code of other apps, but is there a way that nears to this?
回答1:
It's called "cloud computing". This is, where you have a web service you send the data to, and then in your other app, on startup or entering the foreground state, you check to see if any new data is available using whatever protocol you design. You have no access to any state of any other application, be it read-only or read-write. I'm sorry.
来源:https://stackoverflow.com/questions/4574689/link-between-apps-modifying-the-editing-menu-bubble-popup-menu-a-similar-way