iOS UIView 添加阴影效果
摘要:_LoginButtonBackView.layer.shadowColor = [[UIColor redColor] CGColor]; // 阴影颜色 _LoginButtonBackView.layer.shadowOffset = CGSizeMake(0, 2); // 阴影偏移 _Lo
阅读全文
posted @ 2025-08-14 13:48
posted @ 2025-08-14 13:48