Category: iOS
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…
Sep 05, 2021 appicon
How to set App Icon Xcode Dynamically
How To Dynamically Change Your App Icon in iOS Application Today We are going to Start the Dynamic set App Icon Xcode in iOS Application. to get Started we need a couple of AppIcon. they should be placed on group…
Sep 02, 2021 iOS
How to Setup the Product Flavour in iOS Xcode
Creating a Different Product Flavors in iOS Product Flavour in iOS :Whenever we are creating a iOS App we needed to create different build in different Environment. multiple Environment are of different Http request they may be UAT, Sit or…
May 25, 2021 Swift
Swift code documentation generator with Jazzy
Swift Documentation Generation Table of Content: Terminal Setup Install Ruby Swift code documentation generator Swift code documentation generator :Every programmer is obsessed with programming Documentation. To reduce this problem we can use jazzy Documentation. Swift requires documentation of code Swift…