nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Fix uipicker current respondercell #467

Closed JohnBueno closed 7 years ago

JohnBueno commented 7 years ago

Was having an issue when the user was tabbing into the UIPickerCell. This does not fire the - (void)didSelectWithView:(__unused UIView *)v withViewController:(__unused UIViewController *)vc withFormController:(FXFormController *)formController cell which screws up the flow when a user is tapping between cells. I did notice that the canBecomeFirstResponder method fires everytime the cell is highlighted so as a hack I tried setting currentResponderCell in there and that seems to fix the issue.