MultiSelectSegmentedControl icon indicating copy to clipboard operation
MultiSelectSegmentedControl copied to clipboard

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.

Results 2 MultiSelectSegmentedControl issues
Sort by recently updated
recently updated
newest added

When using SPM and a barebones project I get auto layout warnings. When I set uiView.translatesAutoresizingMaskIntoConstraints to false in MultiSegmentPicker.init() the project runs fine without warnings or errors. But if...

bug

**Description of the problem:** Project fails to compile due to: "unsupported Swift architecture" The pod works fine on my older MacBook, but fails to compile on my new M2 chipset.

bug