Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 350 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 350 Bytes

NSNotificationCenterDemo

This is a NSNotificationCenter example for iOS app in Objective C.

This demo shows how NSNotificationCenter works. There are two view controllers First and Second. When we click on button "Increase count on FirstViewController" available on SecondViewController, it prints a log and increase count on FirstViewController.