Skip to content

Commit 51d9225

Browse files
committed
update version
1 parent 82b9b3f commit 51d9225

30 files changed

+32
-32
lines changed

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!--- 每个类的第五行都标记有版本号,请贴出。 -->
66

7-
1. Version:v1.6.4
7+
1. Version:v1.6.5
88
2. Language:Objective-C
99
4. iOS System Version:iOS10
1010
5. Prototype(是否是真机):YES

CYLTabBarController.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CYLTabBarController"
3-
s.version = "1.6.4"
3+
s.version = "1.6.5"
44
s.summary = "Highly customizable tabBar and tabBarController for iOS"
55
s.description = "CYLTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController."
66
s.homepage = "https://github.com/ChenYilong/CYLTabBarController"

CYLTabBarController/CYLConstants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLPlusButton.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLPlusButton.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLPlusButton.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLPlusButton.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLTabBar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBar.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLTabBar.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBar.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLTabBarController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/CYLTabBarController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

CYLTabBarController/UIViewController+CYLTabBarControllerExtention.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UIViewController+CYLTabBarControllerExtention.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
66
// Copyright © 2016年 https://github.com/ChenYilong .All rights reserved.
77
//
88

CYLTabBarController/UIViewController+CYLTabBarControllerExtention.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UIViewController+CYLTabBarControllerExtention.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
66
// Copyright © 2016年 https://github.com/ChenYilong .All rights reserved.
77
//
88

CYLTabBarControllerTests/CYLTabBarControllerTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarControllerTests.m
33
// CYLTabBarControllerTests
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
66
// Copyright (c) 2015年 https://github.com/ChenYilong .All rights reserved.
77
//
88

Example/AppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.h
33
// CYLTabBarControllerDemo
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/CYLTabBarControllerConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarControllerConfig.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/11/3.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/11/3.
66
// Copyright © 2015年 https://github.com/ChenYilong .All rights reserved.
77
//
88

Example/CYLTabBarControllerConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLTabBarControllerConfig.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88
#import "CYLTabBarControllerConfig.h"

Example/Classes/Module/Home/CYLHomeViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLHomeViewController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/Home/CYLHomeViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLHomeViewController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/Message/CYLMessageViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLMessageViewController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/Message/CYLMessageViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLMessageViewController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/Mine/CYLMineViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLMineViewController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/Mine/CYLMineViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLMineViewController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/SameCity/CYLDetailsViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLDetailsViewController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by Robert Dimitrov on 11/8/14.
5+
// v1.6.5 Created by Robert Dimitrov on 11/8/14.
66
// Copyright (c) 2014 Robert Dimitrov. All rights reserved.
77
//
88

Example/Classes/Module/SameCity/CYLDetailsViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLDetailsViewController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/SameCity/CYLSameCityViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLSameCityViewController.h
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/Module/SameCity/CYLSameCityViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLSameCityViewController.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
66
// Copyright © 2015 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/View/CYLPlusButtonSubclass.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLPlusButtonSubclass.h
33
// CYLTabBarControllerDemo
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
66
// Copyright (c) 2015年 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/Classes/View/CYLPlusButtonSubclass.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CYLPlusButtonSubclass.m
33
// CYLTabBarControllerDemo
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
66
// Copyright (c) 2015年 https://github.com/ChenYilong . All rights reserved.
77
//
88

Example/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// main.m
33
// CYLTabBarController
44
//
5-
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
5+
// v1.6.5 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
66
// Copyright (c) 2015年 https://github.com/ChenYilong .All rights reserved.
77
//
88

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<p align="center">
5-
![enter image description here](https://img.shields.io/badge/pod-v1.6.4-brightgreen.svg)
5+
![enter image description here](https://img.shields.io/badge/pod-v1.6.5-brightgreen.svg)
66
![enter image description here](https://img.shields.io/badge/Swift-compatible-orange.svg) ![enter image description here](https://img.shields.io/badge/platform-iOS%207.0%2B-ff69b5152950834.svg)
77
<a href="https://github.com/ChenYilong/CYLTabBarController/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a>
88
[![Codewake](https://www.codewake.com/badges/ask_question.svg)](https://www.codewake.com/p/cyltabbarcontroller)
@@ -110,10 +110,10 @@
110110

111111

112112
```Objective-C
113-
pod "CYLTabBarController", "~>1.6.4"
113+
pod "CYLTabBarController", "~>1.6.5"
114114
```
115115

116-
注意:v1.6.4是 iOS10 适配版本,之前版本可能在 iOS10 上表现异常。
116+
注意:v1.6.5是 iOS10 适配版本,之前版本可能在 iOS10 上表现异常。
117117

118118

119119
然后使用 `cocoaPods` 进行安装:

0 commit comments

Comments
 (0)