Skip to content

Comments

Fix spelling of skscene in README#25

Open
paulcyi wants to merge 10 commits intobloominstituteoftechnology:masterfrom
paulcyi:master
Open

Fix spelling of skscene in README#25
paulcyi wants to merge 10 commits intobloominstituteoftechnology:masterfrom
paulcyi:master

Conversation

@paulcyi
Copy link

@paulcyi paulcyi commented Jan 7, 2019

@lpuentes19
@armadsen

Luis:

Here is the finished project for Module Challenge: iOS Development Tools - Sprites. All stretch goals have been completed.

Andrew:

Per your recommendation, here is the pull request that fixes the spelling error for skscene in the view controller class code:

previous - > skview.presentScene(skScene)

revised -> skview.presentScene(skscene)

var skscene: CustomScene? = nil

override func viewDidAppear(_ animated: Bool) {
    super.viewDidAppear(animated)
    skscene = CustomScene(size: view.bounds.size)
    skview.presentScene(skscene)
}

@paulcyi paulcyi changed the title Add a starter Xcode project for the Sprites app Fix spelling of skscene in README Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant