Skip to content

kanchanverma17/screen2screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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.