Tag: badge
-
Adding iOS Local Notifications in Swift
The word notification gets a bit abused in the world of mobile development, especially in the world of Apple development. Notifications could mean internal notifications, where classes use observers to watch unrelated code. When a notification appears, the observer code executes special code for that event. Another type of notification notifies a user that something…