What is a Configuration (.xcconfig) File in Xcode?A configuration file (.xcconfig) in Xcode is a plain text file that allows you to manage build settings for different environments (e.g…Feb 1Feb 1
SwiftUI-Screen transition from one view to another.Using NavigationStack (iOS 16+): NavigationStack is the modern way to manage navigation in SwiftUI.Jan 2Jan 2
Flutter Diary — How to create Bottom Navigation BarBottomNavigationBar: In Flutter, the BottomNavigationBar widget is a useful component for creating a navigation menu typically at the…Nov 4, 2024Nov 4, 2024
Flutter diary — What is a Widget?In Flutter, a widget is a fundamental building block of the user interface. Everything you see on the screen in a Flutter app is a widget…Aug 4, 2024Aug 4, 2024
Data Persistence- iCloud NSUbiquitousKeyValueStoreNSUbiquitousKeyValueStore is a class provided by Apple in their iOS and macOS platforms to facilitate the synchronization of key-value…Jul 28, 2024Jul 28, 2024
Data persistence in iOS app- UserDefaultsUser Defaults in iOS is a key-value storage mechanism for storing small pieces of data. It’s commonly used for persisting user preferences…Jul 23, 2024Jul 23, 2024
iOS App- Info.plist configuration fileInfo.plist is a critical configuration file for iOS applications. It stands for "Information Property List" and is an XML file that…Jul 20, 2024Jul 20, 2024
Core Data in SwiftUIIn this article, we will learn how to use and implement Core Data in the SwiftUI project.May 25, 2024May 25, 2024