Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

How to set Badge #26

Closed ErAshu closed 6 years ago

ErAshu commented 7 years ago

I have a tab named Notification. I have to set Badge count if i get the notification.

How can i set the badge from AppDelegate?

Minitour commented 7 years ago

@ErAshu You can create a static member in the AppDelegate, then initialize it in your view controller.

Then you can normally use tabController.setBadgeText("5", atIndex: 3)