Skip to content

Instantly share code, notes, and snippets.

@alanzeino
Created July 17, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanzeino/dd3bbecc2c6f978af5d679747f6734f0 to your computer and use it in GitHub Desktop.
Save alanzeino/dd3bbecc2c6f978af5d679747f6734f0 to your computer and use it in GitHub Desktop.
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