Can I use UIPicker directly in the iPad app? I tried to show Pickerview. But I felt very small in size compared to the iPad. I also could not increase its height and width.
I found the following lines in the Guides for iPad iPad ...
Introduce a date or time picker or picker only within a popover. This placement is different from the placement recommendation for the iPhone app.
Since Apple offers a good introduction to Picker in a popover, and not in a simple way.
, iPad-. , . , , initWithFrame :
UIPickerView *pv = [[UIPickerView alloc] initWithFrame: CGRectMake(0,0,width,height)];
Source: https://habr.com/ru/post/1757069/More articles:Order a newly created C # array - arraysjQuery styling таблицы против стиля таблицы CSS для альтернативных строк - jquerydata structure for powershell script - powershellMVC 3 vs MVC Turbine - asp.net-mvcpseudocode for minmax algorithm - algorithmUpdating / increasing multiple MySQL columns in a single query - sqlLinux Cache Errors and Flaws Detection - cProgramming language and O / S for a kiosk-based system - linuxAndroid platform - The screen will not move up to the bottom of the EditText entry - androidJquery slider display screen on slider - jqueryAll Articles