摘要: ``` _bottomView.layer.masksToBounds = NO; _bottomView.backgroundColor = [UIColor whiteColor]; _bottomView.layer.shadowColor = [UIColor blackColor].CGColor; _bottomView.layer.shadowOffset = CGSizeMa... 阅读全文
posted @ 2018-03-26 14:56 qqcc1388 阅读(865) 评论(0) 推荐(0)