From 7303e0582028e2617882d09659342564b12d0f9a Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Fri, 12 Jun 2015 23:46:09 +0800 Subject: [PATCH] fixed demo explanation alert title --- .../Transactions Demo/TransactionsDemoViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift index 79a11d2..26d50c3 100644 --- a/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift +++ b/CoreStoreDemo/CoreStoreDemo/Transactions Demo/TransactionsDemoViewController.swift @@ -77,7 +77,7 @@ class TransactionsDemoViewController: UIViewController, MKMapViewDelegate, Manag super.viewDidAppear(animated) let alert = UIAlertController( - title: "Observers Demo", + title: "Transactions Demo", message: "This demo shows how to use the 3 types of transactions to save updates: synchronous, asynchronous, and detached. Long-tap on the map to change the pin location.", preferredStyle: .Alert )