Hi there,
I'm having a problem with UIScrollview not behaving like I'd want to.
So I'm here to see if it's doable or not and maybe have some hint.
I got a scrollview with around 50-60 items in it.
When I click on one of these item, I want it to expand to give more details to the players (description, etc).
I managed to nicely be able to resize the item with TweenHeight.
However, the scrollview doesn't seem to recalculate the other items position based on the newly resized item.
Is there anything that would take care of that automatically?
Thanks.
Vince