From: Ace Date: Fri, 17 Jun 2016 06:23:36 +0000 (+0800) Subject: ... X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=339a596b2dddedfbd34cbdc2bf722a0958505180;p=acecode.git ... --- diff --git a/learn/AcePlay/AcePlay.playground/Contents.swift b/learn/AcePlay/AcePlay.playground/Contents.swift index b64b9e2..0b4e307 100644 --- a/learn/AcePlay/AcePlay.playground/Contents.swift +++ b/learn/AcePlay/AcePlay.playground/Contents.swift @@ -22,7 +22,7 @@ print() // Print separator & terminator var company:Array = [ "Apple", "Google", "Facebook", "Tencent" ] -print(company, separator: "#", terminator: " $$$$$\n") +print(company[0], company[1], company[2], company[3], separator: "#", terminator: " $$$$$\n") printLine("Count company Array 1") for (i,v) in company.enumerate() { diff --git a/learn/AcePlay/AcePlay.playground/playground.xcworkspace/xcuserdata/Ace.xcuserdatad/UserInterfaceState.xcuserstate b/learn/AcePlay/AcePlay.playground/playground.xcworkspace/xcuserdata/Ace.xcuserdatad/UserInterfaceState.xcuserstate index 57048f1..0eaab83 100644 Binary files a/learn/AcePlay/AcePlay.playground/playground.xcworkspace/xcuserdata/Ace.xcuserdatad/UserInterfaceState.xcuserstate and b/learn/AcePlay/AcePlay.playground/playground.xcworkspace/xcuserdata/Ace.xcuserdatad/UserInterfaceState.xcuserstate differ