Hello , I saw the example "Dynamic row height" in your demo app . I would like to know how to have the line height without using the dynamic DataSourceHelper but with the classical methods ( cellAt , numbersOfRowsInSection , etc ... )
Hi Mattia,
If you're implementing the IGGridViewDataSource protocol yourself, then you'll need to implement the datasource protocol method:
-(CGFloat)gridView:(IGGridView *)gridView heightForRowAtPath:(IGRowPath *)path
Hope this helps,
-SteveZ
thanks , I've seen the method , but how do I get the estimated height of TextLabel cell ( and width which is drawn ) ?