导航

2014年7月25日

摘要: http://iosdevelopertips.com/user-interface/creating-circular-and-infinite-uiscrollviews.htmlhttps://github.com/darcyliu/SampleCode/tree/master/StreetS... 阅读全文

posted @ 2014-07-25 15:19 0304 阅读(184) 评论(0) 推荐(0) 编辑

2014年7月18日

摘要: 在对同时有数字英文汉字的字符串对其时,总有细微偏差,原因是没用等宽字体,等宽字体有如下:http://zh.wikipedia.org/wiki/%E7%AD%89%E5%AE%BD%E5%AD%97%E4%BD%93同时温习了一下数字的格式化:http://www.cnblogs.com/daba... 阅读全文

posted @ 2014-07-18 17:04 0304 阅读(1679) 评论(0) 推荐(0) 编辑

2014年7月14日

摘要: How To Use Git Source Control with Xcode in iOS 7http://www.raywenderlich.com/51351/how-to-use-git-source-control-with-xcode-in-ios-7In XCode 4 how do... 阅读全文

posted @ 2014-07-14 17:19 0304 阅读(168) 评论(0) 推荐(0) 编辑

2014年7月9日

摘要: http://wonderffee.github.io/blog/2013/10/19/an-analysis-for-transform-samples-of-calayer/http://dreamsky.github.io/main/blog/slice-box/index3.html 阅读全文

posted @ 2014-07-09 15:09 0304 阅读(141) 评论(0) 推荐(0) 编辑

摘要: https://github.com/brocoo/BRFlabbyTablehttps://github.com/fastred/AHKBendableView 阅读全文

posted @ 2014-07-09 13:34 0304 阅读(113) 评论(0) 推荐(0) 编辑

2014年7月5日

摘要: http://blog.csdn.net/enuola/article/details/8559588 阅读全文

posted @ 2014-07-05 16:42 0304 阅读(87) 评论(0) 推荐(0) 编辑

2014年7月4日

摘要: UIDocumentInteractionController实现显示pdf.dochttp://www.cocoachina.com/ask/questions/show/86056UIDocumentInteractionController 预览乱码http://www.cocoachina.... 阅读全文

posted @ 2014-07-04 15:56 0304 阅读(196) 评论(0) 推荐(0) 编辑

2014年7月2日

摘要: typedef void (^dd)(void);@property (strong) dd a ;@property (copy) dd a ;__weak id b=self; self.a=^{ NSLog(@"%@",self); };编译器都会有警告:循环引用造成的内存泄露---... 阅读全文

posted @ 2014-07-02 17:17 0304 阅读(137) 评论(0) 推荐(0) 编辑

2014年6月30日

摘要: http://stackoverflow.com/questions/7991086/iphone-core-animation-drawing-a-circle// Set up the shape of the circleint radius = 100;CAShapeLayer *circl... 阅读全文

posted @ 2014-06-30 14:28 0304 阅读(398) 评论(0) 推荐(0) 编辑

2014年6月27日

摘要: ARC开启的情况下是否需要对GCD对象dispatch_release ?http://blog.csdn.net/yohunl/article/details/17301875http://stackoverflow.com/questions/8618632/does-arc-support-d... 阅读全文

posted @ 2014-06-27 16:43 0304 阅读(293) 评论(0) 推荐(0) 编辑