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

https://github.com/yizzuide/bdjprojectexample

一个基于XFLegoVIPER框架编写的完整项目 https://github.com/yizzuide/XFLegoVIPER
https://github.com/yizzuide/bdjprojectexample

example lego viper

Last synced: about 1 month ago
JSON representation

一个基于XFLegoVIPER框架编写的完整项目 https://github.com/yizzuide/XFLegoVIPER

Awesome Lists containing this project

README

          

# BDJProjectExample
一个基于XFLegoVIPER框架编写的完整项目 https://github.com/yizzuide/XFLegoVIPER

特别说明:本项目仅供学习用途使用,不可用于商业项目!!

![](./ScreenShot/usage.gif)

## 运行环境
* Xcode 7.0+
* IOS 7.0+

##项目运行注意
安装好CocoaPods,执行命令:

1.`cd ...BDJProjectExample`("..."要根据自己的路径来)

2.`pod install`

**如果有安装找不到`XFReusedScrollView`,请尝试使用下面的解决方案**:

* 第一步,搜索库信息:

`pod search XFReusedScrollView`

* 如果第一步还是出现安装失败,更新本地资源库:

`pod repo update`