nsscreencast / comments

Public comments on NSScreencast.com
0 stars 0 forks source link

Core Data with Swift - NSScreencast #154

Open subdigital opened 3 years ago

subdigital commented 3 years ago

Written on 09/02/2017 07:21:28

URL: https://nsscreencast.com/episodes/218-core-data-with-swift

subdigital commented 3 years ago

originally written by Javier Calatrava Llavería on 05/05/2016 18:44:05

I have found compilation problems in function jsonTaskWithRequest. In my case just updating the line in the following way it worked.

let json = JSON.init(jsonObject)//.parse(jsonObject)

The rest works quite good, you have save me a lot of time. Many thanks!