Skip to content
#

spritekit

Here are 374 public repositories matching this topic...

Relequestual
Relequestual commented Feb 14, 2019

On the documentation website, the "install to dash" button has the URL...
file:///Users/michael/git/SKTiled/docsets/SKTiled.xml.
Obviously this is wrong.
It should be https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml or probably /SKTiled/docsets/SKTiled.xml.

It looks like this is a generation setting, as it's included in every HTML file in the gh-pages branch, so I guess I can'

calda
calda commented Oct 17, 2018

When I was experimenting this morning, I typed up this sample class:

class InterfaceController: WKInterfaceController {

    @IBOutlet weak var activityRingInterfaceScene: WKInterfaceSKScene!
    
    var activityRingScene = ActivityRingScene()
    
    override func willActivate() {
        activityRingScene.ringWidth = 15
        activityRingInterfaceScene.presentScene(activ

Improve this page

Add a description, image, and links to the spritekit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spritekit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.