Core-Data-In-Swift-Tutorial
Core-Data-In-Swift-Tutorial copied to clipboard
This repository houses the code used in the Core Data tutorial on JamesonQuave.com
Hi Team, I have tested your code. But this code is not working in swift 3. Request you to please convert and update code for the swift 3.
But in order to get it work, I also had to add a removeAtIndex for the logItems array. Perhaps I missed something? Thanks again! This is for Xcode 6.4
Swift evolved and the following line `let managedObjectContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContext` now generates errors. After removing the `!` after `as`, they are all gone.
iOS Deployment Target '8.3' is newer than SDK 'iOS 8.2' in target MyLog I saw this right after I opened up Xcode.