From 2a3c9e51ebee075b44dea55f76df5f99cc723407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Sun, 13 Dec 2015 18:02:08 +0100 Subject: [PATCH] Add comment regarding change notifications --- AppNet/ViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AppNet/ViewController.swift b/AppNet/ViewController.swift index 3e781067..77b62330 100644 --- a/AppNet/ViewController.swift +++ b/AppNet/ViewController.swift @@ -36,6 +36,7 @@ class ViewController: UITableViewController { } func fetchNewData() { + // Use the `networking.fetchLocalItems` method to try change notifications networking.fetchItems { _ in self.fetchCurrentObjects()