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)]];