diff --git a/Example/IGListKitExamples/ViewControllers/DemosViewController.swift b/Example/IGListKitExamples/ViewControllers/DemosViewController.swift index 647b6fd1..80580da3 100644 --- a/Example/IGListKitExamples/ViewControllers/DemosViewController.swift +++ b/Example/IGListKitExamples/ViewControllers/DemosViewController.swift @@ -31,7 +31,6 @@ class DemosViewController: UIViewController, IGListAdapterDataSource { DemoItem(name: "Single Section Controller", controllerClass: SingleSectionViewController.self), DemoItem(name: "Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "demo"), DemoItem(name: "Single Section Storyboard", controllerClass: SingleSectionViewController.self, controllerIdentifier: "singleSectionDemo"), - DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self) DemoItem(name: "Working Range", controllerClass: WorkingRangeViewController.self), DemoItem(name: "Diff Algorithm", controllerClass: DiffTableViewController.self), ]