Menu

require method of UIPickerViewDataSource

Which are the required method in UIPickerViewDataSource method


  • There are two required method.
    -(NSInteger)pickerView:(UIPickerView *)pickerView;
    -(NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component;

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...