mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-28 04:11:18 +01:00
fixed demo explanation alert title
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user