I\'m trying to write a simple extension to the NSFetchedResultsController class in Swift 4.
NSFetchedResultsController
Here\'s my first attempt - which worked in Swift 3:
I think I found the answer to this one. The function needs to be available to Objective-C.
Adding @objc to the func should remove the compile error. At least it did for me!
@objc
func