导航

02 2014 档案

摘要:delegate就是一个协议(protocol),定义了一些联系紧密的方法,从代码封装的角度上讲,delegate就是对外暴露给用户的接口,既方便用户的调用,也有利于代码的封装.其要封装的主要运作大致如下:https://code.google.com/p/core-plot/source/browse/framework/Source/CPTPieChart.m?r=8b43b462f39e812f12d23a40996aba1ca9b04e67 阅读全文

posted @ 2014-02-26 15:23 0304 阅读(173) 评论(0) 推荐(0)

摘要:有关介绍ios 中isa 的相关内容https://developer.apple.com/legacy/library/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/CocoaObjects.html#//apple_ref/doc/uid/TP40002974-CH4-SW31 阅读全文

posted @ 2014-02-24 17:33 0304 阅读(225) 评论(0) 推荐(0)

摘要:初次使用Tesseract,按官网的操作https://github.com/gali8/Tesseract-OCR-iOS,添加相关framwork后,编译不通过,后打开Template Framework Project.xcodeproj,发现ios7还要添加libstdc++.6.0.9.dylib,具体说明在该工程下的G8ViewController.m文件中.所下载的语言包位于tessdata文件夹下,在https://code.google.com/p/tesseract-ocr/downloads/list可下载所需的语言包.我是在github上下载之后,打开Template 阅读全文

posted @ 2014-02-21 13:55 0304 阅读(807) 评论(0) 推荐(0)

摘要:辅助功能:http://useyourloaf.com/blog/2012/04/23/voiceover-accessibility.htmlhttp://mattgemmell.com/accessibility-for-iphone-and-ipad-apps/最详细的,当然还是官网了https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/iPhoneAccessibility/Accessibility_on_iPhone/Accessibility_on_iPhone.html 阅读全文

posted @ 2014-02-10 15:34 0304 阅读(155) 评论(0) 推荐(0)

摘要:第一次使用cocoapods,这篇博客写得比较详细:http://www.cocoachina.com/newbie/basic/2014/0107/7663.html,想要了解更多,https://github.com/CocoaPods/CocoaPods/wiki,发现添加jsonkit后导致编译不通过, post_install do |installer_representation| installer_representation.project.targets.each do |target| target.build_configurations.each do |confi 阅读全文

posted @ 2014-02-09 14:39 0304 阅读(247) 评论(0) 推荐(0)