akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
894 stars 106 forks source link

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

Open LhiKien opened 8 years ago

LhiKien commented 8 years ago

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 !!

jamrader commented 8 years ago

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

dmsl1805 commented 8 years ago

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