CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.13k stars 1.27k forks source link

button height not able to increase #417

Open milanpanchal opened 7 years ago

milanpanchal commented 7 years ago

Hi team, How to increase the button height? I'm not able to change the swipeable button height.

Added following line of code

// height constraint

[self addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[button(==50)]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(button)]];

ilyaspbs commented 5 years ago

I want to decrease the button height