
BUG
Wygeass
Create something with my hands
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[iOS]Compress PNG Files Error错误的解决方法
报错如图下:Compress PNG Files Error While reading XXXXXX pngcrush caught libpng error; Could not find file: XXXXXX Command XXXXXX emitted errors but did not return a nonzer原创 2017-06-22 13:32:26 · 2543 阅读 · 0 评论 -
'UIAlertView' is deprecated的解决例子
如下代码, UIAlertView *alertView=[[UIAlertView alloc]initWithTitle:@"提示" message:@"恭喜你答对了" delegate:nil cancelButtonTitle:@"点击取消" otherButtonTitles:nil]; [alertView show];会提示:原创 2017-06-22 13:56:57 · 3849 阅读 · 0 评论