Tag: viewcontroller
Nov 26, 2021 iOS
What is View Controller ? What is its lifecycle?
What is View Controller Life cycle in swift? Ans: View Controller Life cycle swift : View Controllers (VC) are the Controller part of the MVC(Model View Controller) triangle. They are responsible for controlling the view. Every time you want to…
Oct 03, 2021 iOS
Simple Chat Application in iOS Swift
Chat App using swift xcode Hi Guys Today We are going to develop Chat Application for iOS using Swift.Tool Here used is Xcode. Let's start with the building of Chat App for iOS. Initially open the Xcode Project Click…