Open LhiKien opened 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 !!
Give each AKPickerView a tag, then in the delegate methods find out with PickerView it is by checking the tag number.
I guess you have to create two different data source objects.
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 !!