I am looking to use your GridView library for an upcoming project. My question is, how would I use your library to create a view like that found in the Kobo app? Essentially, I need to create a grid that looks like the Youtube (iPad) app. Are there any examples demonstrating this technique? Or how would I start out using your library?
Anonymous
There are three examples inside the AQGridView project itself. While none of them show any especially complicated cells, the basic theory is the same: create an AQGridViewCell subclass where you lay out your custom UI inside that cell’s contentView. Then you just need to return them from the grid view’s data source in exactly the same manner as you would with a UITableView.