Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Dynamic row height
posted
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 ... )
Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children