📄️ Add the RealmSwift package
We'll use Realm as our Database, to store data locally on the phone. We can add the Realm SDK as a external dependency using various methods in iOS. Here, we'll use Apple's Swift Package Manager.
In this section, you'll learn how to add the iOS Realm SDK using Swift Package Manager.
We'll use Realm as our Database, to store data locally on the phone. We can add the Realm SDK as a external dependency using various methods in iOS. Here, we'll use Apple's Swift Package Manager.