kanchanverma17 / screen2screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.