SWRevealTableViewCell
SWRevealTableViewCell copied to clipboard
Element position in SWCellButtonItem
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?
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