7.2. Posting Data to Notification Center
//
// SecondScreenViewController.swift
// App7
//
// Created by Sakib Miazi on 5/22/23.
//
import UIKit
class SecondScreenViewController: UIViewController {
//codes omitted...
//MARK: instantiating the Notification center...
let notificationCenter = NotificationCenter.default
//codes omitted...
}
Posting data to Notification Center

Notes:
Previous7.1. Add an ObserverNext7.3. Defining the names (identifiers) of the Notifications in a Better Way
Last updated