PinnedShivam Maggu·Dec 21, 2023Offline Persistent Storage in iOS ApplicationsIn this article, we will discuss the various kinds of persistent storage options provided by Apple for iOS applications.
PinnedShivam Maggu·Feb 28, 2023Understanding SwiftUI — Why are Views in SwiftUI Struct and not Class?In this 2nd article on Understanding SwiftUI, let’s discuss how views work in SwiftUI.
PinnedShivam Maggu·Feb 26, 2023Understanding SwiftUI — What is SwiftUI? 🧐In this concise and no-nonsense article, let’s postulate what SwiftUI is and why it is all the hype within the iOS developer community.
Shivam Maggu·Dec 22, 2023Working with UserDefaults in iOSUserDefaults provides a database to store data and it is available as long as the app is installed.