Created
July 17, 2017 22:48
-
-
Save alanzeino/dd3bbecc2c6f978af5d679747f6734f0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CollectionView.swift:111:24: error: method does not override any method from its superclass | |
open override func performBatchUpdates(_ updates: (() -> Void)?, completion: ((Bool) -> Void)? = nil) { | |
^ | |
UIKit.UICollectionView:122:15: note: potential overridden instance method 'performBatchUpdates(_:completion:)' here | |
open func performBatchUpdates(_ updates: (() -> Swift.Void)?, completion: ((Bool) -> Swift.Void)? = nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment