This post is from the Activity iPhone Duo UIKit Q&A.
When the inner camera is in use and the reserved region becomes active, what is the recommended way for apps to adapt their UI?
Should content move out of the reserved region where possible, or is it generally acceptable to leave content behind it?
More specifically, how should apps handle content that can’t easily move aside, such as a long navigation title directly behind the reserved region? Should it be truncated, moved below the region, or handled another way?