Feb 05, 2022 iOS

How to use notificationcenter in swiftui with example

Notifications on iOS are a simple and effective method to communicate data in a loosely linked manner. That is, the sender of a notification doesn't have to worry who (if anybody) receives the message; it just broadcasts it to the…

Jan 19, 2022 iOS

What are the Types of Local DataBase Storage option in iOS application

What Local DataBase Storage option are there for iOS Application?     Generally there are the following ways to store local DataBase Storage in order from simple to complex  In- memory arrays, wordbooks, sets, and other data structures  NSUserDefaults/ Keychain…

Jan 19, 2022 iOS

Intellij IDEA vs Xcode Which IDE is better?

IntelliJ IDEA vs Xcode: What are the distinctions? When looking at IntelliJ IDEA vs Xcode, the Slant people group suggests Xcode for the vast majority. In the question"What are the best IDEs for OSX advancement with limits for understudies?" Xcode…

Jan 17, 2022 iOS

Types of Webservice in iOS Swift

What is Web Service ? Webservice in iOS Swift : A web Service is the package  which is used to communicate between the two node(Device) using the network. There are 2 types of WebService Call 1. SOAP Web Service 2.…

Dec 24, 2021 iOS

what is mean by ios App Thinning swift

  App Thinning iOS Swift Aspect of App Thinning App Slicing   The first aspect of ios App Thinning swift we are going to discuss is slicing. in step with Apple, “Slicing is that the process of developing and distributing…

Dec 20, 2021 iOS

What does application lifecycle in iOS consist of?

 What is life cycle of iOS application? Ans: Application lifecycle in iOS : the most purpose of entry into iOS apps is UIApplicationDelegate. UIApplicationDelegate could be a protocol that your app must implement to induce notified regarding user events like…

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…