摘要: 1 -(void)pngAndJpg:(UIImage*)image{ 2 NSString *pngPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Test.png"]; 3 NSString *jpgPath = [NSHomeDirectory() stringByAppen... 阅读全文
posted @ 2016-06-16 14:11 Leo-Wmw 阅读(1266) 评论(0) 推荐(0)
摘要: UILable UITextField UIButton 1 //添加事件 2 3 [button addTarget:self action:@selector(buttonClick:) forControlEvents:UIControlEventTouchUpInside]; UIPageC 阅读全文
posted @ 2016-06-16 14:08 Leo-Wmw 阅读(268) 评论(0) 推荐(0)