Creating Grouped UITableview with Different Cell Types
I need to create a grouped uitableview that includes some sections and possibly different cell types in each sections. I am trying to create something like old foursquare app, user page (includes 'leaderboard', 'friend suggestions', 'friends', 'stats', 'most explored categories' ... sections). I am fairly new to ios programming, so that view may not be a grouped uitableview. What I especially stuck is creating different cells for sections, and finding out which cells are clicked. My data source will be 2 different NSArray* that consists of different data types, that's why I need different