阻止文件被iTunes和iCloud同步

1.参考官方文档 How do I prevent files from being backed up to iCloud and iTunes? 2.示例代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 + (BOOL)addSkipBackupAttributeToItemAtPath:(NSString *)path { BOOL success = NO; const char *filePath

iOS8中的spdy使用

spdy需要客户端和服务端同时支持 1.spdy available on both OS X Yosemite and iOS 8 SPDY/2, SPDY/3, and SPDY/3.1 are supported Supported transparently by NSURLSession No source changes needed—it just works 1 2 3 4 5 6 7 8 NSURL *url = [NSURL URLWithString:@"https://www.example.com/"]; NSURLSessionDataTask *task = [[NSURLSession sharedSession] dataTaskWithURL:url

iOS使用OpenSSL

iOS中OpenSSL If your app depends on OpenSSL,you should compile OpenSSL yourself and statically link a known version of OpenSSL into your app. This use of OpenSSL is possible on both OS X and iOS. However, unless you are trying to maintain source compatibility with an existing open source project, you should generally use a different API. 苹果建议

给iOS应用打补丁

一.问题 当iOS App出现bug时,由于不能很快上架,如何紧急修复bug呢? 二.解决方案 可以通过Lua给app打补丁。 将脚本放到后台服务器,

axure之中继器

axure中继器,可以添加/移除/更新中继器的项目。 我们制作一个demo,效果如下: 制作使用中继器的主界面 制作使用中继器的项 源文件见axur

axure之动态面板

axure动态面板 一个可以在层或状态中装有其他部件的容器.可以包含一个或多个状态,并且每个状态中可以包含多个部件.

一个动态面板状态只能在同一时间看到一次.使用交互你可以隐藏/显示动态面板及设置当前动态面板状态的可见性.

UML图小结

1.活动图VS时序图 活动图从用户的角度描述用例 时序图从对象间的交互描述用例 2. 时序图VS协作图 时序图从对象间的交互描述用例。强调对象交互的时间