SWRevealTableViewCell icon indicating copy to clipboard operation
SWRevealTableViewCell copied to clipboard

Element position in SWCellButtonItem

Open niko1aus opened this issue 10 years ago • 1 comments

Hello! I can't find property to set position title and image. Because title is NSString, not UILabel. And image is UIImage, not UIImageView. And I can't change the font for title. What a can use for fix this collision?

niko1aus avatar Sep 10 '14 07:09 niko1aus

You pass Cell Items to the SWRevealTableViewCell in a similar way as you would do to a UIToolBar. Similarly, you do not have access to the underlying button.

On a future version I may add a 'customView' property to the Cell Items so you can use it at your convenience, similar to the same property on a UIBarButtonItem

John-Lluch avatar Sep 15 '14 20:09 John-Lluch