I want to implement radiobutton

Asked 1 years ago, Updated 1 years ago, 86 views

I'd like to implement radiobutton, but isn't it the default for swift?

As a result of searching, I found that the style is setButton using ButtonCell to radioButton, but is it not available now?

Thank you.

swift ios swift4

2022-09-30 19:52

1 Answers

In the standard UI, SegmentedControl plays an equivalent role.
If you really want to use the radio button UI, use OSS.

cf.SSRadioButtonsController
https://github.com/shamasshahid/SSRadioButtonsController


2022-09-30 19:52

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.