摘要: 以下内容转自讨论贴Chart.m 提供基本的图表,线状,柱状图等等。CandleChart.m 继承Chart,扩展了一个“ candle”类型。Q:如何显示分时线?A:更改Chart类型就可以。Q:要是一个独立的图表模块就更好了A:其实是独立的,但不是很完善。只是拿k线做了一个demo,扩展了k线的Chart类型,支持基本的line,column,area类型。Q:搞这么多ARRAY干什么啊。。。 A:图表的Series涉及到的结构基本都是Array 画图主要用的这个:CGContextRef context = UIGraphicsGetCurrentContext();http://ww 阅读全文
posted @ 2012-06-14 17:31 AlexFan 阅读(1900) 评论(0) 推荐(0) 编辑
摘要: 使用了http://www.cocoaintheshell.com/2010/11/custom-status-bar-ios/的custom status bar 类, demo 是本人做的。CustomStatusBarDemo.zip 阅读全文
posted @ 2012-06-14 11:40 AlexFan 阅读(393) 评论(0) 推荐(0) 编辑
摘要: http://www.gocalf.com/blog/iphone-dev-progressview-in-alertview.html 阅读全文
posted @ 2012-06-13 14:30 AlexFan 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 如文中所说,此方法可以显示中文,显示中文的范围不限于cancel按钮和search控件正确的处理方法:点击工程名,打开如下图界面在Localizations默认只有English这一项, 我们只需在Localizations上添加Chinese就可以了,你还可以根据你的需要添加其他的语言.如果用户把手机语言设成英文,那么显示的就是英文,设置成中文,那么显示的就是中文.http://hi.baidu.com/wangpeng205/blog/item/89eb2ff3689b2870342acc4c.html 阅读全文
posted @ 2012-06-12 18:05 AlexFan 阅读(638) 评论(0) 推荐(0) 编辑
摘要: Asynchronous socket networking library for Mac and iOS CocoaAsyncSocket provides easy-to-use and powerful asynchronous socket libraries for Mac and iOS. The classes are described below.TCPGCDAsyncSocket and AsyncSocket are TCP/IP socket networking libraries. Here are the key features available in b. 阅读全文
posted @ 2012-06-12 11:49 AlexFan 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 一次简单的iOS Objective C 宣讲iOS Objective C Memory management.zip 阅读全文
posted @ 2012-06-12 11:18 AlexFan 阅读(282) 评论(0) 推荐(0) 编辑
摘要: http://www.wikihow.com/Install-Ad-hoc-iPhone-OS-Apps 阅读全文
posted @ 2012-06-12 11:12 AlexFan 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 一次在公司iOS开发总结会上做的入门级报告iOS开发学习总结.zip 阅读全文
posted @ 2012-06-12 10:59 AlexFan 阅读(771) 评论(0) 推荐(0) 编辑
摘要: TableSearchTableSearch.zipDemonstrates how to search the contents of a UITableView using UISearchBar and UISearchDisplayController, effectively filtering in and out the contents of that table. If an iPhone/iPod Touch application has large amounts of table data, this sample shows how to filter it dow 阅读全文
posted @ 2012-06-11 18:21 AlexFan 阅读(466) 评论(0) 推荐(0) 编辑
摘要: Keep it shortEdit using iMovieDub in appropriate audioHost it on YouTube or host it yourself using a QuickTime supported formathttp://mobileorchard.com/five-tips-for-producing-a-demo-video-for-your-iphone-app/ 阅读全文
posted @ 2012-06-11 14:03 AlexFan 阅读(610) 评论(0) 推荐(0) 编辑