Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 306 Bytes

screen2screen

This is a demo application for beginners of iOS development who want to navigate value from one screen to another screen. In this demo it is done through :-

  1. Singelton
  2. Notification and observer
  3. Delegate and protocol
  4. Using segue

Any further improvement is welcomed.Happy coding.