I have a bunch of children in a ui scroll view.
Since I am targeting both iphone and iPad, I want them to resize based on screen res.
I tried applying relative anchors to the panel, scrollview, and scrollview background, but non resize appropriately wjen resolution changes.
So I want to use UI grid to lay them out - but uigrid has fixd cell size setting?
I want the cell size to be dynamically based on the content?
I could programatically grab some kind of size factor and apply, but first want to make sure that is the correct way to approach it....
Thanks for any feedback/advice