MDCSwipeToChoose
MDCSwipeToChoose copied to clipboard
Change Card border width
Is it possible to change card border width and color?
Yes.
https://github.com/modocache/MDCSwipeToChoose/blob/master/MDCSwipeToChoose/Public/Views/MDCSwipeToChooseView.m#L60
This is an internal method. How do I set borderWidth externally?
Hey Confile!
In your MDCSwipeToChooseView subclass' initWithFrame method simply put: self.layer.borderWidth = 4.0f;
Would imagine you could do the same with color.
(I reckong you might have figured this one out by now but other people might need it)