JeffESchmitz / Hyphe-Realm-Alamofire-ObjectMapper

A Swift 3.1 port of Christoph Auer's supporting code project
4 stars 0 forks source link

Not working? #1

Open lddd opened 7 years ago

lddd commented 7 years ago

Hey there,

these infoAlert actions are not working here. There is no error, no warning. Nothing. But clicking on "Fetch Movies" for e.g does not return anything.

I am very new to iOS development and Swift at all.

Could you tell me how to access the JSON objects attributes saved to the realm data model objects?

I would like to try out a print statement to show all titles for a Movie object here. But not sure what to do here.

thanks in advance

JeffESchmitz commented 6 years ago

Hi @lddd,

What version of Xcode are you using so I can reproduce what you're experiencing?

"Could you tell me how to access the JSON objects attributes saved to the realm data model objects?" - what do you mean here? ObjectMapper takes care of the mapping from swift object to JSON object, no attributes (a la Java/C#) needed at all.

Does this help or cause more questions?

Happy to help out in your learning of swift!

Jeff