Material: Mix MaterialTableViewCell and SWTableViewCell

Created on 3 May 2016  路  4Comments  路  Source: CosmicMind/Material

Hi,

I am using MaterialTableViewCell for all my cells in my app as I really like the pulse effect and all the other features.
I am as well looking at SWTableViewCell (https://github.com/CEWendel/SWTableViewCell) because I would like to be able to display extra buttons when swiping left or right.
So, I suppose I have to use SWTableViewCell for my cells. But how can I use all the visual effects of MaterialTableViewCell on top of it?

Thanks

help wanted

Most helpful comment

you can use the SWTableViewCell as normal, and while formatting your cell, slip a MaterialPulseView in the background or even set cell's backgroundView and selectedBackgroundView with MaterialPulseView.

All 4 comments

you can use the SWTableViewCell as normal, and while formatting your cell, slip a MaterialPulseView in the background or even set cell's backgroundView and selectedBackgroundView with MaterialPulseView.

Yes that sounds correct. :) @mohpor

Thanks for the info :)

I am closing this issue. If you have any further issues, please reopen, or create a new one. Thank you!

Was this page helpful?
0 / 5 - 0 ratings