I see that some applications in iPhone show a red circle with the number of notifications from the application, how is that done?
It is called a Badge, and it is used for icons, tabbaritems mostly.
icons
tabbaritems
You can set it up like
UITabBarItem *featured = [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemFeatured tag:0]; featured.badgeValue = @"1";