上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: Response Headers(从服务器得到的回复的头) Example 1: Retry-After: 120 Example 2: Retry-After: Fri, 07 Nov 2014 23:59:59 GMT Permanent Common non-standard response 阅读全文
posted @ 2017-10-27 15:54 路人Q 阅读(2484) 评论(0) 推荐(0) 编辑
摘要: 首先#pragma在本质上是声明,常用的功能就是注释,尤其是给Code分段注释;而且它还有另一个强大的功能是处理编译器警告,但却没有上一个功能用的那么多。 clang diagnostic 是#pragma 第一个常用命令: 常见的用法 1. 方法弃用告警 2. 不兼容指针类型 3. 循环引用 4. 阅读全文
posted @ 2017-10-22 14:39 路人Q 阅读(6868) 评论(0) 推荐(0) 编辑
摘要: 在按照第三方sdk文档中的Emedded Binaries 中加入了他们的framework,在删除这下面的对应的framework后,问题就得到了解决 发下有个英文的页面也是涉及这个问题的, 描述的很详细. 链接: https://stackoverflow.com/questions/41786 阅读全文
posted @ 2017-10-21 12:13 路人Q 阅读(2767) 评论(0) 推荐(0) 编辑
摘要: 枚举增强程序的可读性,用法上还是需要注意的 1.C语言的写法 enum XMPPReconnectFlags { kShouldReconnect = 1 << 0, // If set, disconnection was accidental, and autoReconnect may be 阅读全文
posted @ 2017-10-19 17:33 路人Q 阅读(2399) 评论(0) 推荐(0) 编辑
摘要: 首先,在正式使用Masonry之前,我们先来看看在xib中我们是如何使用AutoLayout 从图中我们可以看出,只要设置相应得局限,控制好父视图与子视图之间的关系就应该很ok的拖出你需要的需求。这里就不详细讲解具体拖拽的方法..... 然后,我们按着上图的属性来看看如何简单得使用Masonry 首 阅读全文
posted @ 2017-10-19 16:22 路人Q 阅读(9211) 评论(0) 推荐(0) 编辑
摘要: 第一种方法:通过设置layer的属性 最简单的一种,但是很影响性能,一般在正常的开发中使用很少. ? 1 2 3 4 5 6 7 UIImageView *imageView = [[UIImageView alloc]initWithFrame:CGRectMake(100, 100, 100, 阅读全文
posted @ 2017-10-19 10:46 路人Q 阅读(2942) 评论(1) 推荐(0) 编辑
摘要: iOS9 发布后,产生了一个使 App Thinning 无法正常运行的 bug。在iOS9.0.2 版本中,这个 bug 已经被修复,App Thinning 已经可以正常使用。当你从应用商店(App Store)下载应用时,请注意这点。iOS9 推出之后,大受欢迎。仅仅数周,已经有超过半数的 i 阅读全文
posted @ 2017-10-06 14:35 路人Q 阅读(2559) 评论(0) 推荐(0) 编辑
摘要: 以无线方式安装企业内部应用 iOS 支持以无线方式安装自定的企业内部应用,而无需使用 iTunes 或 App Store。应用的格式必须为 .ipa,并且使用企业内部预置描述文件进行构建。无线安装要求: XML 清单文件(本节已有描述) 可让设备访问 Apple iTunes 服务器的网络配置 对 阅读全文
posted @ 2017-09-30 17:20 路人Q 阅读(475) 评论(0) 推荐(0) 编辑
摘要: Analyzing Crash Reports After you distribute your app for testing by using TestFlight or after you make it available on the store, routinely download 阅读全文
posted @ 2017-09-30 16:57 路人Q 阅读(963) 评论(0) 推荐(0) 编辑
摘要: Keep UINavigationBar at the top (Don't scroll with keyboard) (#21, #24) If you don't want to hide the default UINavigationBar of UINavigationControlle 阅读全文
posted @ 2017-09-27 13:21 路人Q 阅读(1387) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页