Logic for adding images and scroll icon to the table view
问题 I have a table view, and I am adding four UIImageView s to a row, so in total I have five rows and twenty image views. I am inserting images one by one into the cell. The second row will only start to fill once all four image views are filled. I need some logic for this. I mean, how can I check which place is next to be filled in the table view and at which event? How can I add images one by one to the UIImageView s? Also, initially only two rows will be shown. After filling these two rows,