Best radio-button implementation for IOS

后端 未结 8 585
心在旅途
心在旅途 2020-11-29 20:50

I would like to ask if there are examples out there on how to implement radio-button options on an iPhone app.

I find the Picker View quite big for a simple selectio

8条回答
  •  鱼传尺愫
    2020-11-29 21:40

    I've written a controller for handling the logic behind an array of radio buttons. It's open source and on GitHub, check it out!

    https://github.com/goosoftware/GSRadioButtonSetController

提交回复
热议问题