xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Add XLFormViewController's view to UIViewController's view as subview #953

Closed ShaiGivati464 closed 7 years ago

ShaiGivati464 commented 7 years ago

I have two controllers: one inherits UIViewController and the other inherits XLFormViewContoller. I would like to add the view of the XLFormViewContoller as subview of the regular UIViewController. Is it possible?

mats-claassen commented 7 years ago

I think so but you should still keep the XLFormViewController to control the form

m-revetria commented 7 years ago

Closing this due to lack of response