mutualmobile / MMSpreadsheetView

MIT License
193 stars 34 forks source link

How to overlay photo on top of 2x2 cell or 2x4 cell? #4

Closed steve21124 closed 11 years ago

steve21124 commented 11 years ago

currently, it can be used to overlay on top of 1x1 cell . Or in other word, how to select multiple cell and rows like 2x3 or 4x1

jeffla commented 11 years ago

@steve21124 I'm not sure I understand the question completely, but I'll try to answer.

The only way I can think of to span an image across multiple cells would be to first break the image up then apply that to the cells you want to span.

If you're asking how to allow multiple selection of cells, you would need to change the implementation of the delegate call to spreadsheetView:didSelectItemAtIndexPath: to allow for multiple selection.

steve21124 commented 11 years ago

thanks. yes, i want to allow multiple selection of cell. and put image on top of it.