fixed demo explanation alert title

This commit is contained in:
John Rommel Estropia
2015-06-12 23:46:09 +08:00
parent c4171de86e
commit 7303e05820
@@ -77,7 +77,7 @@ class TransactionsDemoViewController: UIViewController, MKMapViewDelegate, Manag
super.viewDidAppear(animated) super.viewDidAppear(animated)
let alert = UIAlertController( 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.", 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 preferredStyle: .Alert
) )