iOS边框设置在部分系统下不起作用,闪烁 2020-07-22 本文已影响0人 yangfei02821 解决:添加一个切圆角就可以了 layer.cornerRadius = 1.0f; layer.masksToBounds = YES;