UIAdapter
UIAdapter copied to clipboard
Do you want to consider supporting the layout under the forced horizontal screen?
if inscribe!
如果你需要修改计算比例的逻辑可以通过这段代码实现:
UIAdapter.Zoom.set { (value) -> Double in
// .... calculation ..
return value
}