Estoy tratando de cambiar la altura de PickerViewUIPickerView Altura no se puede cambiar
self.pickerView = [[UIPickerView alloc] init];
self.pickerView.frame = CGRectMake(0, 0, frame.size.width, frame.size.height);
registro Xcode muestra el siguiente mensaje:
-[UIPickerView setFrame:]: invalid height value 274.0 pinned to 216.0
¿Cómo puedo cambiar su altura?
no se puede cambiar la altura de UIPickerView. –
¡En iOS 9 todo ha cambiado! http://stackoverflow.com/a/35562894/8047 –