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
When changing the autoCompleteTableAppearsAsKeyboardAccessory property to YES, then later to NO, I get the following exception :
'UIViewControllerHierarchyInconsistency', reason: 'child view controller:UICompatibilityInputViewController@dd063de0 should have parent view controller:(null) but actual parent is:UIInputWindowController@db090000'
I know this is not a very common use case, but I would like at least a workaround. I tried to call [self.autoCompleteTableView removeFromSuperview]; in several places, with no success. Anyone has a clue ?
The text was updated successfully, but these errors were encountered:
When changing the autoCompleteTableAppearsAsKeyboardAccessory property to YES, then later to NO, I get the following exception :
'UIViewControllerHierarchyInconsistency', reason: 'child view controller:UICompatibilityInputViewController@dd063de0 should have parent view controller:(null) but actual parent is:UIInputWindowController@db090000'
With the following stack :
I know this is not a very common use case, but I would like at least a workaround. I tried to call [self.autoCompleteTableView removeFromSuperview]; in several places, with no success. Anyone has a clue ?
The text was updated successfully, but these errors were encountered: