How can I customise the badge number on UITabBarItem?
Something like this

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a Look at MKNumberBadgeView. Its a little Class for your Custom BadgeView.
Using it like this I am able to add it to my custom UITabBarController:
Wich will look like this:
Of course you have to take care of rotating issues when adding the badgeView to the window.
But I guess you can customize MKNumberBadgeView to make it look the way you want it, give it a try.