08 2025 档案

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

posted @ 2025-08-14 13:48 高彰 阅读(14) 评论(0) 推荐(0)

导航