https://github.com/yaqinking/v2ex-mb
路人 V2EXer 的养成方法 for iOS
https://github.com/yaqinking/v2ex-mb
Last synced: 8 months ago
JSON representation
路人 V2EXer 的养成方法 for iOS
- Host: GitHub
- URL: https://github.com/yaqinking/v2ex-mb
- Owner: yaqinking
- License: mit
- Created: 2015-08-16T13:00:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T09:48:13.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T05:41:30.815Z (over 1 year ago)
- Language: Objective-C
- Size: 230 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V2EX Mb
路人 V2EXer 的养成方法 T_T(然而加藤惠已经看穿了一切)
[Livid](https://www.v2ex.com/member/Livid) 提供查看关注的人的主题,然而不提供查看关注的人的回复 ( ̄(ェ) ̄)
## 使用方法
添加要查看的 `id`,然后,没有然后了,因为功能实在太少了,专注看回复 (´Д`)ハァ…
#### iPhone 效果
添加

列表

点进一个 `id` 的样子

点进一个`回复`的样子,调用 WebView 显示

### iPad 效果
点进一个 `id` 的样子

点进一个`回复`的样子,调用 WebView 显示

## 添加新功能
1. 本机配置好 [CocoaPods](https://cocoapods.org/)
2. 命令行进入项目文件夹中 `pod install` 下,把第三方库依赖解决掉
3. 打开 V2EX Mb.xcworkspace
4. 开始玩 (๑´ڡ`๑)
~~不过我感觉没人玩……~~
## 第三方库
- [AFNetworking](https://github.com/AFNetworking/AFNetworking)
- [Ono](https://github.com/mattt/Ono)
- [AFOnoResponseSerializer](https://github.com/AFNetworking/AFOnoResponseSerializer)
- [CocoaPods](https://cocoapods.org/)
- [IGHTMLQuery](https://github.com/siuying/IGHTMLQuery)
- [SVPullToRefresh](https://github.com/samvermette/SVPullToRefresh)
## 开源协议
MIT