Skip to content


学习iphone开发笔记

计划周末现一个iphone版的rss阅读器.折腾了一天也没搞定.现记录一下.
由于我是新手所以遇到的我问题比较多,首先就现说所所遇到的问题:
1,异步和同步加载xml问题,刚开始为了方便使用的同步的方式加载解析xml这样会造成进程阻塞.
2,nsxmlparser这个库采用的sax的解析方式.比较习惯使用dom树的方式来擦作xml这个sax的方式还真有点不习惯.考虑xml to dictionary 同时保留分层结构.至今没想好怎么解决.觉得次方安的内存管理我还处理不好.
3,就是自己实现委托链.当通知是无序的时候就可以使用通知来处理,如果有先后顺序就可以考虑委托链.
4,刷新view 原来如此简单..只需要[xx reloadData]搞定.
(‘未完待续……..’)

鸣谢:(亿云,花太香齐,cocoachina,还有伟大的google…..)

Posted in Cocoa.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.