MultiSelectSegmentedControl: Crash on iOS 13: UIImageView setSelected no longer supported
Description of the problem:
-[UIImageView setSelected:]: unrecognized selector sent to instance 0x7feb1ec6f3a0
in
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (12 by maintainers)
Implementing multiple selection on top of the builtin
UISegmentedControl
became close to impossible in iOS 13. I tried it at first, but then it became clear that the implementation would have to be both complicated and brittle. That’s why I needed to rewrite the whole thing.So no, no plans to squeeze this round peg into the square hole. 😃