Core-Data-In-Swift-Tutorial
Core-Data-In-Swift-Tutorial copied to clipboard
as! Incompaitability
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.