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
- Host: GitHub
- URL: https://github.com/yizzuide/bdjprojectexample
- Owner: yizzuide
- Created: 2016-12-08T07:49:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T05:32:19.000Z (over 6 years ago)
- Last Synced: 2024-02-22T01:31:28.535Z (over 1 year ago)
- Topics: example, lego, viper
- Language: Objective-C
- Homepage:
- Size: 5.48 MB
- Stars: 85
- Watchers: 5
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDJProjectExample
一个基于XFLegoVIPER框架编写的完整项目 https://github.com/yizzuide/XFLegoVIPER特别说明:本项目仅供学习用途使用,不可用于商业项目!!

## 运行环境
* Xcode 7.0+
* IOS 7.0+##项目运行注意
安装好CocoaPods,执行命令:1.`cd ...BDJProjectExample`("..."要根据自己的路径来)
2.`pod install`
**如果有安装找不到`XFReusedScrollView`,请尝试使用下面的解决方案**:
* 第一步,搜索库信息:
`pod search XFReusedScrollView`
* 如果第一步还是出现安装失败,更新本地资源库:
`pod repo update`