Posts

Post not yet marked as solved
2 Replies
Thanks Jim. I'll use the inline display mode, and that doesn't have the issue. I noticed the issue on a view with a navigation bar title, but it's possible something else I was doing is causing the problem. Based on some time debugging the view hierarchy (slow animations help in catching the view mid-transition), the title frame is accounted for in the animation layout regardless of whether a title is set, but it collapses as soon as the animation completes. I am defining the navigationBarTitle in the parent component (as I find the title can be based on context when views are reused), so I might be able to resolve it by moving the title into the child component. I'll update the thread if I learn anything more about it, and file a radar if it seems like a legitimate issue. Thanks again for the details about displayMode: .inline.