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
ZGroup has not been launched for a long time. As a loyal user of epoxy, I would like to ask the development team what is the best practice for using epoxy components to achieve a layout similar to the following? The blue view is on top of the red view and contains a portion of the content that overlaps.
SwiftUI has
HStack
,VStack
, andZStack
whileLayoutGroups
only hasHGroup
andVGroup
. As an enhancement, we could implementZGroup
that modelsZStack
The text was updated successfully, but these errors were encountered: