FlexLayout
FlexLayout copied to clipboard
Is it possible to use a custom UIView constructed using autolayout to be used inside flex layout?
I have a complicated UIView with a lot of children laid out using autolayout. Can this be used inside flex layout with minimum effort? Right now constraints break and the view is not laid out properly.
Simplified POC - https://github.com/rakeshashastri/flexLayoutPOC/commit/3ed6f2f7bc48986ede5507be6427ebb904a5b0c3
I have the same question. I cant reuse some components made with autolayout inside flex layout, and the library lacks some documentation for this case. Some small examples would be really appreciated.