随笔分类 -  swift 5.0

OC 转 swift语言
swift:设置背景阴影
摘要:lazy var doctorView: UIView = { let view = UIView() view.layer.backgroundColor = UIColor.white.cgColor view.layer.shadowColor = UIColor.init(44, 163, 阅读全文
posted @ 2021-12-22 18:12 ZOYOO 阅读(151) 评论(0) 推荐(0)
swift:在 UIButton 中 设置图片和标题
摘要:lazy var erweimaBtn: UIButton = { let btn = UIButton.init(type: .custom) btn.backgroundColor = BADGE_COLOR btn.clipsToBounds = true btn.layer.cornerRa 阅读全文
posted @ 2021-12-21 17:36 ZOYOO 阅读(422) 评论(0) 推荐(0)