标签: ios swift colors
我正在尝试制作颜色选择器来为我的应用选择颜色。所以我找到了一个名为ChromaColorPicker的Swift库。这个库提供UIControlEvents,我想使用它们,但我如何使用它是我的问题。当把手松开时,我想做点什么。所以我需要使用.touchUpInside,但我该怎么做?
UIControlEvents
.touchUpInside