iphoneDeviceScale | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the scale of the device's screen(relative to a non-Retina display) | ||||||
Introduced | 4.6 | ||||||
OS | ios | ||||||
Platforms | mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: iphoneUseDeviceResolution Function: iphoneDeviceResolution | ||||||
Description | Use the iphoneDeviceScale function to find the scale of the device's screen (relative to a non-Retinal display) The iphoneDeviceScale function returns the scale of the device's screen (relative to a non-Retinal display), this is 2 on a retina display and 1 otherwise. |