If getting error as Encountered an error communicating with IBAgent-iOS or you don’t have permission to save the file Open Terminal and type — sudo chmod 777… Read more “Don’t have permission or IBAgent-iOS issue”
Author: Sandesh S. Sardar
GeometryReader
https://www.hackingwithswift.com/quick-start/swiftui/how-to-provide-relative-sizes-using-geometryreader GeometryReader to the Rescue What the Parent Wants When coding your custom view, you often do not need to worry about surroundings or sizing. For example,… Read more “GeometryReader”
Codable in Swift
Best Tutorial i Found for Codable: Coable is for converting JSON data to object (decodable) and object into JSON format (encodable) struct Loan: Codable { … Read more “Codable in Swift”
How set environment in iOS?
using config file https://blog.kiprosh.com/environment-setup-to-manage-different-app-name-icon-and-endpoint-using-xcode-configurations-in-ios-swift-language/ – Best one https://www.freecodecamp.org/news/managing-different-environments-and-configurations-for-ios-projects-7970327dd9c9/ using multiple target View at Medium.com https://www.appitventures.com/blog/setting-up-xcode-targets-how-to-create-multiple-ios-builds-with-different-api-environments