MASegmentedControl
MASegmentedControl copied to clipboard
Super customizable segmented control
On RTL screen having issue on the selection as well as on the design
i needed to subclass the MASegmentedControl class to draw gradients on the segments. But in order to do so i had to copy the source files into my project because...
Please add the fix in the code: let thumbViewPositionX = selectedSegmentIndex == 0 ? padding : bounds.width / CGFloat(buttons.count) * CGFloat(selectedSegmentIndex) + padding Under the method: private func setThumbView() {
How to change text size in segments?
I think you have forget to push it to the trunk.
Hi :) Is it possible to open the class for inheritance? I'd like to create a subclass which I can reuse instead of having to style the control on each...
I'm trying to use your framework(0.0.5) with Pods. I added a view on IB and change it's class to `MASegmentedControl` but when I run the project and the view controller...
 