You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OUIViewController there is an OBPRECONDITION that requires unretained_prospective_parent to not be nil (see below). However, this will be nil in some cases. For example, using an OUIScalingViewController subclass in a view controller embedded in a nav controller via storyboard. In this case, willMoveToParentViewController is never called, which is where _unretained_prospective_parent is initially being set.
In
OUIViewController
there is an OBPRECONDITION that requiresunretained_prospective_parent
to not be nil (see below). However, this will be nil in some cases. For example, using anOUIScalingViewController
subclass in a view controller embedded in a nav controller via storyboard. In this case,willMoveToParentViewController
is never called, which is where_unretained_prospective_parent
is initially being set.The text was updated successfully, but these errors were encountered: