IOS
johnsonvily
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UIImageView旋转消除锯齿
UIImageView *imageView = [[UIImageViewalloc] init];imageView.layer.allowsEdgeAntialiasing = YES;如果直接在*-Info.plist配置Renders with edge antialiasing = YES会导致UIAlertView显示有问题。原创 2015-02-04 15:46:57 · 2315 阅读 · 0 评论 -
java验证iap支付收据
方法一:使用HttpsURLConnection(响应速度比方法二快) public static JSONObject verifyReceipt1(String recepit) { return verifyReceipt1("https://buy.itunes.apple.com/verifyReceipt", recepit); } pub原创 2015-02-11 14:18:42 · 5669 阅读 · 3 评论 -
清除IOS项目中无用的图片资源
https://github.com/examplecode/unused-image转载 2015-03-12 17:07:03 · 3357 阅读 · 0 评论 -
IOS学习资料
1、学习网站1.1、苹果官方文档IOS程序开发的过程:https://developer.apple.com/legacy/library/referencelibrary/GettingStarted/RoadMapiOS-Legacy/chapters/RM_YourFirstApp_iOS/Articles/01_CreatingProject.htmlObj原创 2015-04-09 13:46:56 · 1240 阅读 · 0 评论
分享