Introduction to UserDefaults in swift
Basics about UserDefaults in Swift iOS. Introduction to UserDefaults in Swift Why UserDefaults in swift? You are developing an iOS mobile application and you want to store some data like a bool value ( isUserLoggedIn ) to represent if the current user is logged in or logged out then how will you do this? For this type of purpose, apple provides us UserDefaults. It is […]