You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KDICGSizeAdjustedForMainScreenScale returns a size appropriately scaled for the device screen, which is useful when dealing with images or APIs that expect a size to be specified in pixels instead of points. For example, KDICGSizeAdjustedForMainScreenScale(CGSizeMake(16,16)) would return CGSizeMake(32,32) on a retina device.