You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Swift evolved and the following line
let managedObjectContext = (UIApplication.sharedApplication().delegate as! AppDelegate).managedObjectContextnow generates errors. After removing the
!afteras, they are all gone.