Friday, 22 May 2015

May 22 Lecture
mix and match

storyboards + spritekit + segues
can use SKviews in sprite kit
embed UIViews and modify them in UIViewControllers 

network calls
For example, can launch an analytics call inside a closure using SKAction.

note
drag container into storyboard creates an embed segue

to have a close button
work inside of prepareForSegue
minimize 

-chained animation
animations created with UIView.animateWithDuration can be chained by putting further animations into the completion block


why use a weak reference for the container outlet?

No comments:

Post a Comment