cocoa - Custom "open in " action title for iOS app that opens a document type -


i have app can open custom document type (according https://developer.apple.com/library/ios/qa/qa1587/_index.html)

when tap on file in application, menu of apps can open file in:

"open in google drive", "open in myapp", "mail"

i noticed mail app doesn't have "open in " prefix.

myapp designed "upload" file type. possible change text reads "upload via myapp?"

apple uses private apis own apps, , that's why can display mail option differently. other apps, "open in myapp", myapp whatever you've set bundle display name.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -