您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ios触摸画图生成五角星

  2. -(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event{ UITouch * touch=[touches anyObject]; currentPoint =[touch locationInView:self]; UIGraphicsBeginImageContext(self.frame.size); CGContextRef ref=UIGraphicsGetCurrentContext(); [drewImage
  3. 所属分类:其它