Replies: 1 comment
-
|
Hey there! In iOS, there isn't a direct 1:1 'Grid' control like in MAUI. Instead, MAUI's Grid is a layout engine that calculates the frames for its children and positions them on the screen. If you're looking for native equivalents, UIStackView is great for linear rows/columns, and UICollectionView is the go-to for complex grid-like layouts. Hope that helps clarify! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know in ios there is no grid .
So I want to ask that if I use grid what is that control in ios. is it nothing but caculate the position manually?
Beta Was this translation helpful? Give feedback.
All reactions