gpt4 book ai didi

ios - 如何使 UIRefreshControl 变小?

转载 作者:搜寻专家 更新时间:2023-10-31 21:51:25 29 4
gpt4 key购买 nike

UIRefreshControl 使用非常大的微调器:

我想调整它的大小(微调器的框架,而不是下拉长度!)看起来更像这样:

我在 the reference docs 中看不到任何内容关于如何做到这一点,虽然它继承自 UIView,但设置框架不起作用(可能是因为我正在使用 AutoLayout?)

let refreshControl = UIRefreshControl()
refreshControl.frame = CGRect.init(x: 0, y: 0, width: 32, height: 32)

最佳答案

只需使用 refreshControl.transform = CGAffineTransformMakeScale(0.5, 0.5);

无需导入 QuartzCore 或做任何其他事情。

关于ios - 如何使 UIRefreshControl 变小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34931715/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com