UIAdapter icon indicating copy to clipboard operation
UIAdapter copied to clipboard

Do you want to consider supporting the layout under the forced horizontal screen?

Open cievon opened this issue 10 months ago • 1 comments

if inscribe!

cievon avatar Apr 19 '24 05:04 cievon

如果你需要修改计算比例的逻辑可以通过这段代码实现:

UIAdapter.Zoom.set { (value) -> Double in
    // .... calculation ..
    return value
}

lixiang1994 avatar Apr 22 '24 07:04 lixiang1994