我是Swift的新手,我想從資源加載特殊圖像。例如,我有:如何使用Swift從資產加載特定圖像
image 1 for iphone 4s = [email protected]
image 2 for iphone 5/5s = [email protected]
image 3 for iphone 6s = [email protected]
,我想加載iphone 6像
特定圖像self.GSquare = SKSpriteNode(imageNamed: "./Images.xcassets/[email protected]")
這可能嗎?
你只需要它是「綠色方形視網膜」。 – AdamPro13 2015-03-30 21:25:23
否it dosent load im使用3張不同尺寸的圖像 – Ghost 2015-03-30 21:28:38
Images.xcassets中Image的名稱是什麼? – 2015-03-30 21:32:13