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
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.
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.
rakeshashastri
changed the title
Is it possible to use an custom UIView constructed using autolayout to be used inside flex layout?
Is it possible to use a custom UIView constructed using autolayout to be used inside flex layout?
Jun 6, 2022
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 - rakeshashastri/flexLayoutPOC@3ed6f2f
The text was updated successfully, but these errors were encountered: