XiaoKL

上一页 1 ··· 6 7 8 9 10 11 12 下一页

2014年2月9日

iOS.Info.plist

摘要: 1.Custom message when asking for Address Book Permissionshttp://kevinyavno.com/blog/?p=176 阅读全文

posted @ 2014-02-09 22:02 XiaoKL 阅读(117) 评论(0) 推荐(0) 编辑

iOS.ARM-Assembly

摘要: ARM Assembly for iOS with Xcode 0. Introduction 0.1 arm asm vs. arm64(ARMv8) asm AArch64: 0.2 __arm64__, __arm__, NEON #ifdef __arm64__" and "#ifdef _ 阅读全文

posted @ 2014-02-09 20:14 XiaoKL 阅读(311) 评论(0) 推荐(0) 编辑

2014年1月14日

Tools.Png.Compression

摘要: https://tinypng.com 阅读全文

posted @ 2014-01-14 22:38 XiaoKL 阅读(108) 评论(0) 推荐(0) 编辑

2014年1月13日

MacDev.GetArchOfLibrary

摘要: 1. static libraryHow to check target architecture of a static libraryhttp://changhoward.blogspot.com/2012/03/how-to-check-target-architecture-of.htmlFor Mac OS: Use lipo. Ex. lipo -info staticLibrary.aFor Linux OS: Use file Ex. file staticLibrary.c在Mac OS上file也是支持的。2. dynamic library 阅读全文

posted @ 2014-01-13 20:06 XiaoKL 阅读(224) 评论(0) 推荐(0) 编辑

2013年12月4日

iOS.C

摘要: iOS开发中C语言的应用:1. NS_ENUM & NS_OPTIONShttp://nshipster.com/ns_enum-ns_options/ 阅读全文

posted @ 2013-12-04 11:24 XiaoKL 阅读(138) 评论(0) 推荐(0) 编辑

2013年11月18日

iOS.Notification.Bar.Color

摘要: Reference:http://apple.stackexchange.com/questions/44246/what-determines-the-special-color-of-the-status-bar-in-springboardAs far as I have seen, the color is supposed to tell you a little bit about what is going on, or what app is active.Voice Memos is red, which is the color typically used for  阅读全文

posted @ 2013-11-18 20:01 XiaoKL 阅读(311) 评论(0) 推荐(0) 编辑

2013年11月12日

iOS.-.cxx_destruct

摘要: .cxx_destruct -.cxx_destruct 方法: 该方法是由编译器生成的方法。 1. “ARC actually creates a -.cxx_destruct method to handle freeing instance variables. This method was 阅读全文

posted @ 2013-11-12 16:36 XiaoKL 阅读(1539) 评论(0) 推荐(0) 编辑

2013年11月11日

iOS.UITableView.SectionIndex

摘要: 1. 为tableview中section建立索引来加速tableview的滚动。http://nshipster.com/uilocalizedindexedcollation/2. 获取汉字的首字母 阅读全文

posted @ 2013-11-11 14:15 XiaoKL 阅读(251) 评论(0) 推荐(0) 编辑

2013年10月21日

iOS.NSString.pitfall-in-using-nsstring

摘要: 1. NSString的使用 在CodeReview中, 发现类似以下代码, 表示深深受伤了: 在A行代码执行后, fString就会发生变化, 变成"P_XXXX"。 做CodeReview时可以让人大开眼界, 代码是千奇百怪. 阅读全文

posted @ 2013-10-21 17:02 XiaoKL 阅读(178) 评论(0) 推荐(0) 编辑

2013年10月17日

Python.__getattr__Vs__getattribute__

摘要: __getattr__ Vs __getattribute__ 1 class Fish(object): 2 3 def __getattr__(self, key): 4 if key == 'color': 5 print 'access color' 6 return 'blue' 7 else: 8 raise AttributeError 9 10 def __getattribute__(self, key):11 p... 阅读全文

posted @ 2013-10-17 23:33 XiaoKL 阅读(380) 评论(0) 推荐(0) 编辑

iOS.Compiler

摘要: 1. 在Xcode4.6下创建的工程, 在Xcode5下build&run, 然后提示以下error. 难不成要在Xcode5下重新创建工程?Xcode cannot run using the selected device. Choose a destination with a supported architecture in order to run on this device. 阅读全文

posted @ 2013-10-17 20:41 XiaoKL 阅读(182) 评论(0) 推荐(0) 编辑

2013年10月15日

iOS.Dev.Guru

摘要: 1.Ricardo QuesadaCocos2dhttps://github.com/ricardoquesadahttp://www.elance.com/s/rquesada/2.Jeff VerkoeyenThree20http://jeffverkoeyen.com/timeline3. Matt Gallowayhttp://www.galloway.me.uk(持续更新。。。) 阅读全文

posted @ 2013-10-15 17:56 XiaoKL 阅读(153) 评论(0) 推荐(0) 编辑

iOS.Book.Effective Objective-C 2.0

摘要: 1. 中文翻译版 (更新中)https://github.com/HagerHu/effective-objective-c-2.02. Book的主页 和 代码主页http://www.effectiveobjectivec.comhttps://github.com/effectiveobjc/codehttp://www.galloway.me.uk/2013/05/effective-objective-c-2-dot-0/3. 国内开发者的学习笔记http://blog.csdn.net/alfred_kwong/article/details/10102977http://esof 阅读全文

posted @ 2013-10-15 17:53 XiaoKL 阅读(1098) 评论(2) 推荐(0) 编辑

2013年10月10日

svn.SvnX

摘要: 1. 使用SvnX的入门http://www.divvun.no/doc/tools/docu-svn-user-svnx.html2. SvnX的代码https://code.google.com/p/svnx/ 阅读全文

posted @ 2013-10-10 18:08 XiaoKL 阅读(175) 评论(0) 推荐(0) 编辑

2013年9月20日

iOS.AddFont

摘要: 为iOS App 添加定制字体http://www.developers-life.com/how-to-include-ttf-fonts-to-ios-app.htmlhttp://blog.beefyapps.com/?p=316 阅读全文

posted @ 2013-09-20 12:43 XiaoKL 阅读(162) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 下一页

导航