IOS grid layout problem

Hello
When i launch my code that gets player rank values from server in unity editor , it works fine204102-image02.png , but when I build app to Xcode platform unfortunately index values of items turn into unordered sitatution.
I made so many fix scroll rect and grid layout platform but I couldn’t find any answer.
Thanx

hi , i solved the problem … when I got the ‘rowcell gameobjects’ by using “gameObjectsWithTag()” method unity editor sorted them smoothly but Xcode mixed all of them (also on my phone)…
but when tried to take the Rowcell data by using transform.find(“name”) method, both worked fine …

Thanx for your reply & advice…

Have you tried adding a Layout element to its children?