Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suatkarakusoglu/b127d998dad57d97b7b08d6cb3ae69e6 to your computer and use it in GitHub Desktop.
Save suatkarakusoglu/b127d998dad57d97b7b08d6cb3ae69e6 to your computer and use it in GitHub Desktop.
ZMLocalBroadcastSampleTriggerVC
import UIKit
class ZMLocalBroadcastSampleTriggerVC: UIViewController
{
override func viewDidLoad()
{
super.viewDidLoad()
ZMLocalBroadcastType.someMagicHappened.broadcast(with: ["magicName": "knockKnockMagic"])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment