brunow / BaseKit

BaseKit is a set of IOS class to make your life easier.
https://twitter.com/brunowernimont
Apache License 2.0
265 stars 25 forks source link

titleForHeaderInSection for BKManagedTableModel #14

Closed angeloh closed 12 years ago

angeloh commented 12 years ago

This is missing from BKManagedTableModel.

brunow commented 12 years ago

BaseKit cell mapping doesn't handle section so I'll not add this to BKManagedTableModel. But you can easily extend BKManagedTableModel to add stuff.

angeloh commented 12 years ago

Do you mean BKManagedTableModel can not be used for sections? I tried it and it worked for me. Do I miss anything?

brunow commented 12 years ago

No you've right that will work, sorry for that. I thought a title would be displayed even when you do not want. But if you don"t group data title will not be displayed.

I've not announced that yet on the readme but cell mapping will be removed soon from BaseKit. I've created a new projet called TableKit https://github.com/brunow/TableKit.m. It has the same functionality as master branch has.

I'll add your fix soon into TableKit.m

Thank you !