chenzeyu / CZPicker

a picker view shown as a popup for iOS in Objective-C
MIT License
527 stars 90 forks source link

how to load data picked #43

Closed xthaohg closed 7 years ago

xthaohg commented 7 years ago

I just picked data, I want pick again. when picker show I want checkmark for my data picked. Excuse me for translate.

chenzeyu commented 7 years ago

Hi @xthaohg , I believe you can set - (NSArray *)selectedRows to indicate the selected rows. Refer to #10 for more information.