It seems that whenever my app goes to the background and is then activated again, the navigation item's titleView
's superview
is nil
, even though the navigation item's titleView
property is still set. Is this expected?
It seems that whenever my app goes to the background and is then activated again, the navigation item's titleView
's superview
is nil
, even though the navigation item's titleView
property is still set. Is this expected?