Commit 936b10a8 authored by 汪洋's avatar 汪洋

在readme中增加修改记录

parent 9332d7e0
# GMBase
[![CI Status](http://img.shields.io/travis/wangyang/GMBase.svg?style=flat)](https://travis-ci.org/wangyang/GMBase)
[![Version](https://img.shields.io/cocoapods/v/GMBase.svg?style=flat)](http://cocoapods.org/pods/GMBase)
[![License](https://img.shields.io/cocoapods/l/GMBase.svg?style=flat)](http://cocoapods.org/pods/GMBase)
[![Platform](https://img.shields.io/cocoapods/p/GMBase.svg?style=flat)](http://cocoapods.org/pods/GMBase)
## Example ## GMBase改动记录
To run the example project, clone the repo, and run `pod install` from the Example directory first. #### 2016-7-14
以下 pod 或者代码会改在 GMBase 中
- GMKit 中 JSONModel
- 用户版 GMRefresh
- 用户版 UITableView+FDTemplateLayoutCell
- 用户版 GMNetService
- 用户版 MBProgressHUD
## Requirements 及以下改动
- 用户版中的友盟删除掉,GMBase也不再做支持
- handleLinkTapWithUrl 相关不在GMBase了再做支持
- 埋点相关属性放到GMPhobos里
- 统一 OCNavigationBar 与 GMNavigationBar 的delegate,使用 the old way:backAction, rightButtonClick...
- 将swift-NavigationBar中关于OC的支持删除掉
- 精简GMBaseController:删除了关于createTitle、createRightButton、rightButtonAction、share、webViewDelegate,都拆分到了业务层
- 将baseViewController中的关于导航栏的枚举、setNavigateTitle....等方法都移动WMBaseViewController+OCNavigationBar中,并且此扩展在业务层维护,不放到平台层
- 写了UIViewController+HUD,所以对应的swift代码删除掉了
- 写了UIViewController+Phobos,所以对应的swift代码删除掉了
## Installation
GMBase is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "GMBase"
```
## Author
wangyang, wangyang@wanmeizhensuo.com
## License
GMBase is available under the MIT license. See the LICENSE file for more info.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment