From the course: Learning Realm for iOS App Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

The Realm browser

The Realm browser - iOS Tutorial

From the course: Learning Realm for iOS App Development

Start my 1-month free trial

The Realm browser

- [Instructor] Sometimes you actually want to have a look at the objects that you've created using Realm and having a look at your database in general. And you could write a query for that and access all of the information that way. There is also a very simple way without having to write a single line of code to have a look at your data, and that is the Realm Browser. And the Realm Browser, as we've already learned, you can download that from the App Store. And this offers you a simple way to open a Realm file. And this is now my documents directory off our application that we have created and I've already opened that document directory and this includes the default.realm file that includes all of the data and the one object that we have created so far. But the way into this directory is quite complicated. As you can see, I have to go through my home directory, Library, Developer, CoreSimulator, Devices. I have to find correct device with a unique ID. Go through data, Containers…

Contents