I'm using some UIPickerView delegate methods only for the brand-new-Ive-modified iOS under NDA, e.g. 
-(UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view
I don't want to implement them for iOS6, to preserve default iOS behavior, so a condition inside the method won't work. How to do it?
 
     
    