MaskedInput: [iOS] TableView and ViewCell prevent focus
When in a TableView's ViewCell, the user has to use a touch and hold gesture on the control in order for the control to gain focus. Additionally, once the touch is released, the focus is lost.
<TableView>
<ViewCell>
<RadMaskedInput>