Skip to content

Commit 82b9b3f

Browse files
committed
update version
1 parent 7218f11 commit 82b9b3f

28 files changed

+28
-26
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Podfile.lock
2020

2121
CYLTabBarController.xcodeproj/project.xcworkspace/xcuserdata/chenyilong.xcuserdatad/UserInterfaceState.xcuserstate
2222

23+
24+
CYLTabBarController.xcodeproj/xcuserdata/chenyilong.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 16/2/26.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/11/3.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by Robert Dimitrov on 11/8/14.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 10/20/15.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/24.
5+
// v1.6.4 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.3 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
5+
// v1.6.4 Created by 微博@iOS程序犭袁 ( http://weibo.com/luohanchenyilong/ ) on 15/10/25.
66
// Copyright (c) 2015年 https://github.com/ChenYilong .All rights reserved.
77
//
88

0 commit comments

Comments
 (0)