nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Cannot set an UIView as a field of a form? #462

Open ponnierohith opened 7 years ago

ponnierohith commented 7 years ago

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?