AKPickerView icon indicating copy to clipboard operation
AKPickerView copied to clipboard

Two AKPickerView in one viewControler, How to set the title for each item?

Open LhiKien opened this issue 8 years ago • 2 comments

If there are two AKPickerView in one viewControler, How to set the title for each item?

Can anybody tell me how to resolve it?

Thanks a lot !!

LhiKien avatar Mar 09 '16 11:03 LhiKien

Give each AKPickerView a tag, then in the delegate methods find out with PickerView it is by checking the tag number.

jamrader avatar Mar 18 '16 18:03 jamrader

I guess you have to create two different data source objects.

dmsl1805 avatar Jun 29 '16 08:06 dmsl1805