An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# V2EX Mb

路人 V2EXer 的养成方法 T_T(然而加藤惠已经看穿了一切)

[Livid](https://www.v2ex.com/member/Livid) 提供查看关注的人的主题,然而不提供查看关注的人的回复 ( ̄(ェ) ̄)

## 使用方法

添加要查看的 `id`,然后,没有然后了,因为功能实在太少了,专注看回复 (´Д`)ハァ…

#### iPhone 效果

添加

![](http://i.imgur.com/GAdKRqgl.png)

列表

![](http://i.imgur.com/pEsflJwl.png)

点进一个 `id` 的样子

![](http://i.imgur.com/aJDiaQvl.png)

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

![](http://i.imgur.com/DUenBIJl.png)

### iPad 效果

点进一个 `id` 的样子

![](http://i.imgur.com/5bxBC9Fl.png)

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

![](http://i.imgur.com/x6hUGxZl.png)

## 添加新功能

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