Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SpriteKit no PlayKids

SpriteKit no PlayKids

Apresentação dada no TDC SP 2015 Trilha iOS

Francesco

July 23, 2015
Tweet

More Decks by Francesco

Other Decks in Programming

Transcript

  1. !

  2. !

  3. for (id child in instance.children) { if ([child conformsToProtocol:@protocol(SKSceneComponent)]) {

    id<SKSceneComponent> *component = child; [component update:currentTime]; } }