iOS/iOS Swift 개발 일기

iOS swift UIPickerview - image + text 같이 넣기

Developer-Michelle 2022. 10. 9. 15:47

iOS swift UIPickerview - image + text 같이 넣기

 

https://stackoverflow.com/questions/35901436/uipickerview-text-plus-image

 

UIPickerView text plus image

is it possible to create UIPickerView where there will be text and image in one row? I know how to create it with text only: class FirstViewController: UIViewController, UIPickerViewDataSource,

stackoverflow.com