- [UIWindow endDisablingInterfaceAutorotationAnimated:]
<UITextEffectsWindow: 0x7fabf14d7de0; frame = (0 0; 375 667); opaque = NO; gestureRecognizers = <NSArray: 0x7fabf14d8ac0>; layer = <UIWindowLayer: 0x7fabf14d82a0>> without matching -beginDisablingInterfaceAutorotation. Ignoring.
I got this by clicking on the text box in the collection view cell. And when the received keyboard shows a notification, I wrote the code -
self.descriptionCellHeight = xxx; [self.tableView beginUpdates]; [self.tableView endUpdate];
I wonder why this is so.
ios
Benson
source share