Open confile opened 9 years ago
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)
Is it possible to change card border width and color?