mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-17 13:17:09 +02:00
fixed demo explanation alert title
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user