mabril
mabril
Solution: On your delegate method, add the last lines - (void)keyboardControls:(BSKeyboardControls *)keyboardControls selectedField:(UIView *)field inDirection:(BSKeyboardControlsDirection)direction { UIView *view = keyboardControls.activeField.superview; [self.tableView scrollRectToVisible:view.frame animated:YES]; //Fix Keyboard stuck on previous rows double...
@mennopruijssers I tested this. The moth selector is resizing, but the calendar grid not. I'm attaching an image... 