Releases: lixiang1994/UIAdapter
Releases · lixiang1994/UIAdapter
优化Screen, 增加不同UIScreen支持, 增加iPhone 16系列支持.
增加了Range形式的匹配方式
// Range用法: 默认值0, 当宽度小于等于375 返回1
print(0.screen.width(...375, is: 1).value)
// Range用法: 默认值0, 当宽度为375至414范围时 返回1
print(0.screen.width(375...414, is: 1).value)
// Range用法: 默认值0, 当屏幕小于5.5英寸时 返回1
print(0.screen.inch(..<5.5, is: 1).value)
添加隐私清单
1.3.1 添加隐私清单
添加隐私清单
1.3.0 添加隐私清单
公开UIAdapterZoomCalculationable
1.2.1 公开UIAdapterZoomCalculationable
增加iPhone 14 Pro 和 Max的适配
1.2.0 add iPhone 14 Pro iPhone 14 Pro Max
修复plus机型判断问题
1.1.0 修复plus机型判断问题
初始
1.0.0 rename