-1

Does anyone know if there exists an open Apple API to use to create rounded receivers badges as you can see in both Mail and Message app (and probably several other Apple apps).

EDIT: An examplifying picture (I want to achieve the same effect as where it says "Jay Deragon")

enter image description here

Peter Warbo
  • 11,136
  • 14
  • 98
  • 193

1 Answers1

0

The simplest way:

[[UIApplication sharedApplication] setApplicationIconBadgeNumber:99] //shows 99 on app icon
Tomasz Wojtkowiak
  • 4,910
  • 1
  • 28
  • 35