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
{{ message }}
This repository was archived by the owner on Sep 14, 2026. It is now read-only.
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?
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?