The delectation for executeFetchRequest was converted for Swift 2:
while countForFetchRequest still expects an error pointer passed through it:
So like, did Apple just forget to convert or do you think there was a reason?
func executeFetchRequest(_request: NSFetchRequest) throws -> [AnyObject]
while countForFetchRequest still expects an error pointer passed through it:
func countForFetchRequest(_request: NSFetchRequest, errorerror: NSErrorPointer) -> Int
So like, did Apple just forget to convert or do you think there was a reason?