This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSFetchedResultsController+SafeObjectAtIndexPath.swift | |
// This extension prevents the 'no object at index in section at index' exception. | |
// | |
// Copyright (c) 2016 Thiago Pereira | |
// MIT License, http://www.opensource.org/licenses/mit-license.php | |
import Foundation | |
extension NSFetchedResultsController{ |