I am having a very weird problem for iPad's multi-tasking resizing. This is how i set up my titleView:
navigationItem.titleView = theView
And I resize the SplitView in iPad multi-tasking so I can have two apps running side by side. After a few size changing, my titleview is missing from the UI.
Debugging it from the log, it is still in the navigationItem's titleview hierarchy but just not showing?
Any ideas?