mutualmobile / MMSpreadsheetView

MIT License
193 stars 34 forks source link

Can't set size of cells #2

Closed cadious closed 11 years ago

cadious commented 11 years ago

Is it possible to set different width for different columns?

As far as I investigated the method spreadsheetView: sizeForItemAtIndexPath: is not being call for every cell.

jeffla commented 11 years ago

@cadious You are correct. sizeForItemAtIndexPath is only being called once to determine the size for all cells in each collection view. A header column, header row and grid cell can all be different sizes, but cells within each collection view are all the same size.

lemak5 commented 10 years ago

Are you considering a change in your control to have columns of different size and if not, what changes should be made ​​to allow this?

(sorry for my english!)