You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,6 +53,7 @@ Now initilaize custom badge in your project's `AppDelegate`'s `didFinishLaunchin
49
53
#import"DefaultTabbarBadgeAnimation.h"
50
54
#import"DefaultSystemLikeBadgeConfiguration.h"
51
55
56
+
52
57
...
53
58
...
54
59
...
@@ -103,3 +108,10 @@ In order to provide your own animation, declare a new class extends from `NSObje
103
108
```
104
109
105
110
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.
0 commit comments