Tutorial by Examples

// create the dictionary that will be sent to the blocks var myDictionary:Dictionary<String, Any> = Dictionary<String, Any>() myDictionary["InitialKey"] = "InitialValue" // create block queue let myBlockQueue:MKBlockQueue = MKBlockQueue() // block 1 let b1...

Page 1 of 1