Dec 19, 2021 Swift

What are the Access Control in SwiftUI

  What is swift access control? Access control : As Define Access Control in Swift  used to restrict the access the part of the code in other file or module. The feature of access control is to hide the detail…

Sep 20, 2021 interview

What is Core Data with Swift Interview Question

 What is Core Data in Swift ? Core Data Stack Core data with swift uses SqLite as  local DataBase Storage in iOS. it is the frameWork used to save, modify and track the data within our application. Core data allows…

Aug 24, 2021 Swift

Firebase InstanceID token Deprecated

Firebase InstanceID.instanceID().token() method is deprecated in AppDelegate.swift When we updated the pod file of the firebase InstantID was been depreciated .  As the pod file gets updated the appdelegate gives the Capacitor error as No such module 'FirebaseInstanceID' due this can…

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…