Add a color picker to an iOS app

后端 未结 4 974
刺人心
刺人心 2021-02-01 21:08

I\'m trying to add a color picker to my iOS application, using Xcode 5. It appears that Xcode offers a color well via the Palettes Panel of Interface Builder, but I can\'t find

4条回答
  •  感动是毒
    2021-02-01 21:52

    If your app has a minimum deployment target of iOS 14, you can use the built-in UIColorPickerViewController.

提交回复
热议问题