Swift: Error in NSKeyedArchiver
问题 Swift 3 iOS 10, Trying to save array with custom objects in NSKeyedArchiver, basically trying to save the table view after the user uses the buttons to switch between sections. I've tried several post to solve the issue but no luck, now I'm trying to do it myself NSCoding and NSKeyedArchiver. Error: Cannot convert value of type '[Blog]' to expected argument type 'NSCoder' Error is in code in Blog.swift, Code that handles NSCoding and my Blog Objects import UIKit class BlogsCoding: NSObject,