摘要:
/** 大图 */ - (IBAction)bigImg { //1.添加按钮遮罩层 UIButton *cover=[[UIButton alloc] init]; cover.frame=self.view.bounds; cover.backgroundColor=[UIColor blackColor]; cover.alpha=0.0; ... 阅读全文
posted @ 2017-08-23 01:41
qrcode
阅读(623)
评论(0)
推荐(0)