Skip to content

Commit 7ad2316

Browse files
committed
CustomTabBarNotification
1 parent 8032cc5 commit 7ad2316

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CustomTabBarNotification/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Blog post: [http://idevrecipes.com/2011/03/08/how-does-the-instagram-iphone-app-implement-a-custom-tab-bar-notification/][]
1+
Blog post: [http://idevrecipes.com/2011/03/08/how-does-the-instagram-iphone-app-implement-a-custom-tab-bar-notification][]
22

33
## Problem:
44

@@ -65,8 +65,11 @@ Hiding the custom notification view:
6565
In the end the solution is quite simple: A custom view laid out in a NIB, added to the
6666
view hierarchy at the right location. But it definitely looks sexier
6767
that the built in red badge. What do you think? Can you make this code
68-
better? Let us know in the comments!
68+
better? Let us know in the comments of our blog post!
6969

70+
Blog post: [http://idevrecipes.com/2010/12/17/twitter-app-tab-bar-animation][]
71+
72+
[http://idevrecipes.com/2011/03/08/how-does-the-instagram-iphone-app-implement-a-custom-tab-bar-notification]: http://idevrecipes.com/2011/03/08/how-does-the-instagram-iphone-app-implement-a-custom-tab-bar-notification
7073
[Instagram]: http://p.appju.mp/389801252?t=i
7174
[image]: http://idevrecipes.files.wordpress.com/2011/03/uitabbaritem_badgevalue.png
7275
"UITabBarItem_badgeValue"

0 commit comments

Comments
 (0)