PinterestSegment
PinterestSegment copied to clipboard
How to give the border to the elements of the pinterest segments
I want to give a static border width & color to all the elements. The selected element will have a different color and the unselected will have a nol color but only a border. How can i give the borders?
Maybe you can override private func reloadData(animated: Bool = true, sendAction: Bool = true) , and change the label to implement the style you want.