老師我第一次安裝Xcode 打開后按照您的步驟 點第一個with playground 然后彈出來一個框 choose options for your new file下面一個name可以填 一個Platform 選擇ios 或者mac 下面還有一個按鈕 Previous 里面可以選擇好多模版 應該怎么選擇啊
老師我第一次安裝Xcode 打開后按照您的步驟 點第一個with playground 然后彈出來一個框 choose options for your new file下面一個name可以填 一個Platform 選擇ios 或者mac 下面還有一個按鈕 Previous 里面可以選擇好多模版 應該怎么選擇啊
2014-07-23
舉報
2014-07-24
在xcode的啟動頁面,直接選擇Get started with a playground之后,選擇一個工程存儲地址應該就可以直接建立一個playground文件進行swift代碼試驗了。你應該是采用file->new->file的方式創建的,在choose options for your new file下,選擇ios下,source的playground,之后點擊next,選擇你的工程創建地址,之后點擊create就可以了。