Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pashik

macrumors member
Original poster
Jul 16, 2008
43
0
Hi.
how i can create class from UIPickerView with custom delegate?
So there will be 2 separate delegates for 2 different UIPickerViews which can be created in UIViewController.

So if i use UIViewController: UIViewController <UIPickerViewDelegate, MyCustomPickerViewDelegate>

there will be 2 separate methods, 1 from normal UIPickerDelegate:
Code:
-(void)pickerViewUIPickerView *)pickerView didSelectRowNSInteger) row inComponentNSInteger)component;
and another with my custom class
Code:
?????? - don't know how to do it

thanx in advance
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.