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
Whenever we are trying to switch the keyboard by long press on keyboard globe icon, app crash is happening by saying reason: '-[UIImageView setSelected:]: unrecognized selector sent to instance.
The text was updated successfully, but these errors were encountered:
It appears the OS(or something in the keyboard) is calling [cell.backgroundView setSelected]. I can't see any reason this would be a legal call.
The crash is setup by NUITableViewCellRenderer.m, line 52, assigning an ImageView to cell.backgroundView. Again, this should be legal, but something else out of my control is behaving badly.
A workaround is to comment out that line in NUI.
Another workaround is to not use the background-color property on TableCell in your style definitions file.
However, I'm going to comment out the body of NUITableViewCellRenderer.render. NUI mangles the resulting keyboard popup dialog, even if it doesn't crash.
Whenever we are trying to switch the keyboard by long press on keyboard globe icon, app crash is happening by saying reason: '-[UIImageView setSelected:]: unrecognized selector sent to instance.
The text was updated successfully, but these errors were encountered: