Skip to content

Commit 8670e37

Browse files
authored
readme updated for new version
1 parent af63bde commit 8670e37

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br/>
66
[![codebeat badge](https://codebeat.co/badges/9c717038-9cae-4a08-b9b7-a8258cc4f4d1)](https://codebeat.co/projects/github-com-ratulsharker-uitabbaritem-custombadge)
77
[![Build Status](https://travis-ci.org/ratulSharker/UITabbarItem-CustomBadge.svg?branch=master)](https://travis-ci.org/ratulSharker/UITabbarItem-CustomBadge)
8-
[![Cocoapod](https://img.shields.io/badge/pod-2.0.1-red.svg)](https://cocoapods.org/?q=UITabbarItem-Custombadge)
8+
[![Cocoapod](https://img.shields.io/badge/pod-2.0.2-red.svg)](https://cocoapods.org/?q=UITabbarItem-Custombadge)
99
[![Platform](https://img.shields.io/badge/platform-ios-green.svg)](https://en.wikipedia.org/wiki/IOS)
1010
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
1111

@@ -37,6 +37,10 @@ Installation of `UITabbarItem+CustomBadge` is easy, include following files in y
3737
+ [UITabBarItem+CustomBadge.m](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%20Customization/UITabbarItem%2BCustomBadge/UITabBarItem%2BCustomBadge.m)
3838
+ [DefaultTabbarBadgeAnimation.h](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%20Customization/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeAnimation.h)
3939
+ [DefaultTabbarBadgeAnimation.m](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%20Customization/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeAnimation.m)
40+
+ [DefaultTabbarBadgeFlipAnimation.h](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeFlipAnimation.h)
41+
+ [DefaultTabbarBadgeFlipAnimation.m](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeFlipAnimation.m)
42+
+ [DefaultTabbarBadgeScaleAnimation.h](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeScaleAnimation.h)
43+
+ [DefaultTabbarBadgeScaleAnimation.m](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%2BCustomBadge/DefaultTabbarBadgeScaleAnimation.m)
4044
+ [DefaultSystemLikeBadgeConfiguration.h](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%20Customization/UITabbarItem%2BCustomBadge/DefaultSystemLikeBadgeConfiguration.h)
4145
+ [DefaultSystemLikeBadgeConfiguration.m](https://github.com/ratulSharker/UITabbarItem-CustomBadge/blob/master/UITabbarItem%20Customization/UITabbarItem%2BCustomBadge/DefaultSystemLikeBadgeConfiguration.m)
4246

@@ -49,6 +53,7 @@ Now initilaize custom badge in your project's `AppDelegate`'s `didFinishLaunchin
4953
#import "DefaultTabbarBadgeAnimation.h"
5054
#import "DefaultSystemLikeBadgeConfiguration.h"
5155

56+
5257
...
5358
...
5459
...
@@ -103,3 +108,10 @@ In order to provide your own animation, declare a new class extends from `NSObje
103108
```
104109

105110
Feel free to file an issue if there any.
111+
112+
113+
##Change log 2.0.2
114+
1. Two new animation class are added as the default animation class.
115+
2. Example project updated to show demonstration of custom animation classes.
116+
3. Two new animation uses `UIViewAnimationOptionAllowUserInteraction` which is available ios8.0+ so the project min sdk version changes to ios8.0, if you want to support lower version of SDK please ignore these two animation classes.
117+
4. Project builded with xcode8.2.1 .

0 commit comments

Comments
 (0)