I am trying to create a grid view containing multiple rows and columns of image views. Like a view of 4 rows and 4 columns with each cell containing an image view. Can any one please tell me the best approach for creating such view?
Thanks and Best Regards…
I am trying to create a grid view containing multiple rows and columns of
Share
I did this by UITableView. I make a custom UITableViewCell, each cell contains 4 buttons for 4 columns and adjust each cell’height for 4 row per page.