Communicate ViewControllers using Segue and Protocol/Delegate | Xcode 11 | Swift 5.2.4 | KtrKathir

Опубликовано: 21 Август 2020
на канале: iPhone Kathiresan
207
11

In this Swift tutorial. Here I discussed about how to pass a value from one ViewController to another ViewController.

Using Segue and Delegate / Protocol we can pass a values.

If you like my way of teaching like my video and post a comment to know more What you are expectation.

And also If you have any suggestions post a comment to let me know more.

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#iOS #Swift #Xcode

Chapters:
0:00 Introduction
0:40 FirstVC to SecondVC by Segue
3:25 SecondVC to FirstVC by Protocol
7:29 Final output and explanation