ios - Change title of Photo editing extension -
is possible change title of photo editing extension?
currently takes name of main app, want tweak slightly.
is possible?
doesn't appear possible, though the documentation doesn't explicitly state so. 2 points in conflict each other, might provide insight.
the displayed name of app extension provided extension target’s
cfbundledisplayname
value, can edit in extension’s info.plist file. if don’t provide valuecfbundledisplayname
key, extension uses name of containing app, appears incfbundlename
value.
this not case photo extensions — try yourself. changing either (or both) of these values in extension's info.plist
not change name of extension. extension retains name of containing application. there's this:
embed no more 1 photo editing extension each media type (photo, video) in containing app. photos app displays user, @ most, 1 extension of each type given containing app.
while not explicit, may indicate why aren't able change name of photo extension. because containing application presents single photo extension, maybe that's why name can't modified. compare app today extension, containing app present multiple extensions requiring different names per extension.
not great reason, might provide insight.
Comments
Post a Comment