Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ovalle committed Jul 24, 2019
1 parent 3257f68 commit 647f281
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Example/WLEmptyState/SampleCollectionViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@ final class SampleCollectionViewController: UICollectionViewController, WLEmptyS
return UIImage(named: "grid_icon")
}

func customViewForEmptyState() -> UIView? {
let activityIndicatorView = UIActivityIndicatorView()
activityIndicatorView.startAnimating()
activityIndicatorView.color = .purple
return activityIndicatorView
}

}

0 comments on commit 647f281

Please sign in to comment.