mutualmobile / MMSpreadsheetView

MIT License
193 stars 34 forks source link

Example not working properly #13

Closed akshaysrin closed 9 years ago

akshaysrin commented 10 years ago

Hi in the example when you run it on iOS7 Xcode 5.1.1 in the iPad simulator the first row which is R0:C1 etc text label values that entire row is missing and buried underneath the header row. It cannot be scrolled to. I have adjusted my code for this and I can see the first row below the header row. However another problem in scrolling is that the last row can be seen to be there when you scroll but it bounces one row above it and stops and is also partially showing that second to last row data. Please fix or tell me how scrolling is working because I couldn't figure this out.

jeffla commented 10 years ago

Not sure I completely understand. R0 in the demo is the top column of MMTopRowCell. Can you provide more detail?