上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页
摘要: https://github.com/gavinkwoe/weapp-ide-crack 阅读全文
posted @ 2016-09-22 22:00 尘恍若梦 阅读(139) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/a6530fa46a88 http://www.cnblogs.com/coderAlin/p/5645541.html 阅读全文
posted @ 2016-09-22 11:36 尘恍若梦 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 最近遇到一个问题,用Masonry写的布局; 拖动其中某个view,拖动方法按传统的写成如下形式。如果view中的label更改text值,拖动之后的view就会回到最初被设定的位置。 经试验后,拖动方法需改为如下所示: 阅读全文
posted @ 2016-09-19 14:51 尘恍若梦 阅读(747) 评论(0) 推荐(0) 编辑
摘要: Coding Guidelines for Cocoa https://developer.apple.com/library/prerelease/content/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.ht 阅读全文
posted @ 2016-09-08 11:12 尘恍若梦 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Objective-C总Runtime的那点事儿(一)消息机制 http://www.cocoachina.com/ios/20141018/9960.html Runtime运行时的那点事儿 http://www.cnblogs.com/xjf125/p/5531791.html Runtime 阅读全文
posted @ 2016-08-29 11:05 尘恍若梦 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 易忘,所以留存; 1, 2, 3, 结果如下: 补充: http://tech.meituan.com/DiveIntoCategory.html 阅读全文
posted @ 2016-08-24 14:28 尘恍若梦 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 1,推送已至,点通知栏; a)若App在UIApplicationStateActive(活动)状态,调用 //接收到推送消息 - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDicti 阅读全文
posted @ 2016-08-23 17:19 尘恍若梦 阅读(221) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions说明:当应用程序启动时执行,应用程序启动入口。只在应用程序启动时执行一次。appli 阅读全文
posted @ 2016-08-23 16:10 尘恍若梦 阅读(939) 评论(0) 推荐(0) 编辑
摘要: 一),'libxml/tree.h' file not found Solution: 1. 导入libxml2.dylib 包 2.设置Header Search Paths 为 /usr/include/libxml2 二) reason: -[UIKBBlurredKeyView candid 阅读全文
posted @ 2016-08-05 16:30 尘恍若梦 阅读(558) 评论(0) 推荐(0) 编辑
摘要: Xcode7 制作Framework 本文通过Demo方式介绍1)将含bundle和存代码编写界面打包进framework;2)将storyboard +assets.xcassets打包。 (一)创建一个Framework工程; 本文创建的是动态库,如果需要改成静态库,只需要在设置中Mach-O 阅读全文
posted @ 2016-08-02 14:46 尘恍若梦 阅读(6711) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页