Jonny
Jonny

Reputation: 16328

ReplayKit and the title of the preview

Another ReplayKit question:

When showing the preview view controller after stopping the recording, ReplayKit seems to use the target name in the title, subtitled by the current date. We would like to change this title since the project name does not fit well there. Is there a possibility to change it? Simply changing the title property won't work. Any fast hack / workaround would be really helpful until adding this possibility in one of the later versions of ReplayKit. Thanks!

Upvotes: 2

Views: 407

Answers (1)

Jonny
Jonny

Reputation: 16328

Once again I found the answer myself. What's used is not exactly the target name, but "Product Name" from Build Settings. A simple change of that did it.

Upvotes: 1

Related Questions