MASegmentedControl icon indicating copy to clipboard operation
MASegmentedControl copied to clipboard

Super customizable segmented control

Results 11 MASegmentedControl issues
Sort by recently updated
recently updated
newest added

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() {

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...

help wanted

![Screen Shot 2023-12-06 at 3 22 03 PM](https://github.com/alokc83/MASegmentedControl/assets/145649272/8f6e5e37-2eec-4dbf-8399-909bfd1d9a42) ![Screen Shot 2023-12-06 at 3 21 31 PM](https://github.com/alokc83/MASegmentedControl/assets/145649272/9517e8c6-57d3-4ee8-b39d-2cddf9e4304e)