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
Basically, I want one section of the form to consist of only a single UIView. I created a subclass of FXFormBaseCell and added a UIView as subview and gave it as FXFormFieldTemplate. But the form is still showing a field with a textfield.
Is there a way I can set the field to be my custom UIView?
The text was updated successfully, but these errors were encountered:
Basically, I want one section of the form to consist of only a single UIView. I created a subclass of FXFormBaseCell and added a UIView as subview and gave it as FXFormFieldTemplate. But the form is still showing a field with a textfield.
Is there a way I can set the field to be my custom UIView?
The text was updated successfully, but these errors were encountered: