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
I need keyboardType as UIKeyboardTypePhonePad for RENumberItem. Cell being used for RENumberItem is RETableViewNumberCell. Still the keyboard being presented is default one. Please help.
[(RENumberItem*)tableItem setKeyboardType:UIKeyboardTypePhonePad];
The text was updated successfully, but these errors were encountered:
I need keyboardType as UIKeyboardTypePhonePad for RENumberItem. Cell being used for RENumberItem is RETableViewNumberCell. Still the keyboard being presented is default one. Please help.
[(RENumberItem*)tableItem setKeyboardType:UIKeyboardTypePhonePad];
The text was updated successfully, but these errors were encountered: