views:

197

answers:

1

Hi all. I am trying to create a Dialog Box in which contains a Pickerview. I can get it to work without the Subview tied around it but I always end up with an Uncaught error. Any help?

A: 

Well apparently I fixed by messing with this method -(NSInteger)pickerView:(UIPickerView *)pickerView numberOfRowsInComponent:(NSInteger)component

Cancel