Hi,
I have a picker and i wanna stall it's event driven methods. the methods are:
Thanks.
I have a picker and i wanna stall it's event driven methods. the methods are:
Code:
- (NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component;
- (NSInteger)numberOfComponentsInPickerView:(UIPickerView *)pickerView;
- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view;
Thanks.