摘要:
//绘制虚线 -(void)set{ UIImageView *imageView = [[UIImageView alloc]initWithFrame:CGRectMake(10, 100, 320, 20)]; [self.view addSubview:imageView]; //创建一个基于位图的上下文,大小为 imageView 的大小 UI... 阅读全文
posted @ 2016-06-13 15:44
猪嘻嘻
阅读(301)
评论(0)
推荐(0)