Realm Database with Xcode 11

I am working in a project where I need to use Realm Database. However, with Xcode 11 the view controller doesn’t exist anymore. How do I create a new realm database in Xcode 11? Appreciate any kind of help provided.

Hi @X-JERONIMO_CAMARGO_O Welcome!

You can still use the previous version of View Controllers and build out the UI on the Storyboard. I just finished a new app with Realm and Xcode 11 doing just that.

I am not sure how to implement the new UI building process, I am waiting for Chris to finish up, what I expect will be another fabulous training. In the meantime, you can still the Xcode 10 process.

Blessings,
—Mark

Hello!

This video might help if you’re missing the view controller