2015年7月21日

iOS关于定制某个控件四个角是否为圆角

摘要: UIView *myView=[[UIView alloc]initWithFrame:CGRectMake(50, 70, 200, 200)];UIBezierPath * bezierPath = [UIBezierPath bezierPathWithRoundedRect:myView.b... 阅读全文
posted @ 2015-07-21 17:51 墨斌 阅读(151) 评论(0) 推荐(0)