Closed sumitkapoorshineweb closed 3 years ago
Hey guys,
I got fixes for this issue, I debug and find it happens because of modal presentation style not set in case of iPad specially. So I fixed like this
if ( UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiom.pad ) {
picker.modalPresentationStyle = .fullScreen
}
Hopefully it helps someone....
Hello sir,
I am using this library, on iPhone its working fine but on iPad getting space between cells, in demo project also getting same....