개발/swift

Swift UIColorPickerViewController

lemonade 2020. 11. 14. 10:00
반응형

Introduce UIColorPickerViewController !

UIColorPickerViewController is new feature on iOS 14.


Noted it is only available on iOS 14!

 

You can use UIColorPickerViewController like this!

 

 

UIColorPickerViewController looks like this!

 


You can set default color too.


Like other picker, uicolorpickerviewController have delegate too.

 



Happy coding:)

 

반응형
그리드형

'개발 > swift' 카테고리의 다른 글

Swift How to detect screenshot action?  (0) 2020.11.22
Swift What is Enumeration?  (0) 2020.11.20
Swift UIControls with closures  (0) 2020.11.12
Swift URLComponents  (0) 2020.11.12
Swift @available and #available  (0) 2020.11.10