Right now my app has a Collection View that is just 1x1, and as I press a button the collection view gets populated.
But, as my CView gets populated, I want the new cell to be in the center of the screen and push the previous to the left and repeat for all new cells until the list is full.
In the documentation I saw somethin about isSelected & isHighlighted, is that something I should use to help me with my problem?
Perhaps make each new cell highlighted, and if a cell is highlighted, hard code it to sit in the center?
Thanks so much in advance for anyone who can help guide me on this one.
-justin
But, as my CView gets populated, I want the new cell to be in the center of the screen and push the previous to the left and repeat for all new cells until the list is full.
In the documentation I saw somethin about isSelected & isHighlighted, is that something I should use to help me with my problem?
Perhaps make each new cell highlighted, and if a cell is highlighted, hard code it to sit in the center?
Thanks so much in advance for anyone who can help guide me on this one.
-justin