I have a requirement to display number of pending notifications in iPhone navigation bar. The appearance should be like that of notification badge - but these are not APNS notif
First get the respective barbuttonitem in navigationController by
let baritem = navigationItem.right/leftBarButtonItem baritem.badgeValue = "\(correspondingValues)"