How to implement Grid layout for ios? There are similar layouts: <Grid> in windows xaml and <GridLayout> in android, but I failed to find any resource which covers how to implement similar thing in ios.
In brief: there are should be so called "Grid" in which I specify how many rows and cells are there and then I can specify that some particular control (for ex. TextView) should start at x column and span w columns, start at y row and span h rows.
Update: don't confuse GridControl with GridLayout, an example of GridLayout:
