1
R0CKSTAR May 14, 2014
挺棒的,搞个截图,git ignore把pods workspace都ignore了就更好了。
|
2
messense May 14, 2014
|
3
glasslion May 14, 2014
LICENSE
|
4
alexrezit May 14, 2014
一個小時就寫完上架了?
|
5
ming1016 OP |
7
sneezry May 14, 2014
好想用啊,可是为什么不支持ios6呢,不幸福!
|
8
ming1016 OP |
9
binux May 14, 2014
别把密码传上去
|
10
dorentus May 14, 2014
给只支持 iOS 7 点个赞 :)
|
11
dorentus May 14, 2014
cocoapods 官方是推荐包含 Podfile 和 Podfile.lock,忽略 Pods 目录的。
然后 RSSRead.xcodeproj 里面只要 project.pbxproj,其它全部忽略。 已经提交上去的话就需要 git rm 然后再提交一次了…… |
12
ZhaoMiing May 14, 2014
|
13
dorentus May 14, 2014
我发个 pull request,你可以参考下(不一定要直接接受 merge)。
|
14
dorentus May 14, 2014
@dorentus 如果你本地在之后有改动的话直接 merge 估计会有冲突。如果没有改动的话,线上 merge 完,pull 下来之后,就得再执行一次 pod install 来重建 Pods/ 和 RSSRead.xcworkspace 了
|
15
tylr May 14, 2014
请教楼主一个关于rss的问题,我今天正好在学习用NSXMLParser,练习项目正好是一个RSS Reader,大部分网站的feed访问都只有10条记录,如何才能载入更多的记录呢?我Google了下,在stackoverflow上面看到的回答是‘RSS may be the wrong tool for this. Typically, an RSS feed displays the last X entries, with no concept of "Load more" or "Show all entries". It's up to the client RSS reader to periodically check the feed, determine which entries are new, and save them to a local database.’
|
16
Mutoo May 14, 2014 @tylr 确实。rss 只是一个最新信息的接口,它的责任只是告诉你有新信息可读,既不保证内容的完整性,也不对以往数据做存档。
之所以怀念 google reader 就是因为它无尝帮助大家存档了很多旧数据。 |
17
ming1016 OP |
18
ming1016 OP |
19
yourtion May 14, 2014 via iPhone
为只支持iOS 7点赞
|
21
amon May 15, 2014
学习了!!
|