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.…
Jan 16, 2022 flutter
How can we use retrofit in Flutter ?
Welcome to Lead by code .Today we are going to learn abut how to use retrofit in flutter. In retrofit Flutter we need to add the dependency in to the project. Today we will use retrofit flutter to call the…
Jan 14, 2022 Swift
what is iOS swift ?
Every fresher iOS developer has this question what is iOS Swift? . let discuss this topic about the swift Swift is a vigorous and natural programming language made by Apple for raising applications for iOS, Mac, Apple TV, and Apple…
Jan 12, 2022 AppBar
How to add flutter AppBar height?
whenever we need to change the flutter AppBar height of the widget. Initially We need to declare the Appbar widget in the scaffold of the flutter. Firstly We need to declare the appbar widget in the in the file in…
Jan 11, 2022 swiftui
What is swiftui AppStorage property wrapper ?
As apple introduced SwiftUI it also changed the use of Userdefault storage as SwiftUI AppStorage as the property wrapper. SwiftUI provides 2 different types of App state they are Appstorage SceneStorage They are basically used to restore the value with…
Jan 11, 2022 Swift
What are the commonly used design pattern in iOS apps?
What design patterns are commonly utilized and used in iOS apps? Ans: Design pattern in iOS : Typical commonly used patterns when building iOS applications are people who Apple advocates for in their Cocoa, Cocoa Touch, Objective-C, and Swift documentation.…
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 21, 2021 swiftui
SwiftUI or StoryBoard what to choose
Today most of the iOS developer are confused on picking SwiftUI or storyboard. Most of the developer are familiar with Interface builder which is known as storyboard which usually uses the XIB . We hope to give the comparision between…