设置更窄的 UIRefreshControl 的刷新高度

Set a narrower UIRefreshControl's Refreshing Height

UIRefreshControl为refreshing/animating时,它的高度似乎是60点。有没有办法让它变窄?我想将 UIRefreshControl 的高度设为 44

的动画

编辑:可能的重复项没有有效的解决方案,要求提供 ObjC

试试这个:

let refreshControl = UIRefreshControl()
refreshControl.transform = CGAffineTransform(scaleX: 0.5, y: 0.5)  

输出:

没有转换的输出: