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
Assertion failure in -[ISHPullUpViewController addViewOfSubViewController:belowView:], ISHPullUpViewController.m:625
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'addViewOfSubViewController: should not be called for view controllers already have a parent view controller'
The text was updated successfully, but these errors were encountered:
ISHPullUpViewController *isv = [[ISHPullUpViewController alloc] init];
isv.contentViewController = vc;
Assertion failure in -[ISHPullUpViewController addViewOfSubViewController:belowView:], ISHPullUpViewController.m:625
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'addViewOfSubViewController: should not be called for view controllers already have a parent view controller'
The text was updated successfully, but these errors were encountered: