Customize table view cells
Closed this issue · 2 comments
darrenli912 commented
Hi, andreamazz
I want to add some customized cell , how to do it? It will change back to default style, even though I return my customized cell on my AMSlideOutNavigationController instance .
andreamazz commented
Hi @darrenli912, I'll add the ability to use custom cell classes in the next release. I'll keep you posted.
andreamazz commented
Commit c5260ce adds the option key AMOptionsTableCellClass
Just subclass AMSlideTableCell
and pass the new class name as the value for that key. You can find a sample in the SlideOutSample
folder.