Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 734 Bytes

iOS7Demos

Some short demos of new stuff in iOS 7! Contents include:

  • Collections Demonstration of view controller transitions using a collection view
  • WrongPong Demonstration of UIKit Dynamics to build a pong like game using UIKit
  • Textra Demonstration of using JavaScriptCore to programmably alter text in a view
  • SpeechSynthDemo Demonstration of text to speech using AVSpeechSynthesis
  • SpritesInMotion Demonstration of Sprite Kit for a simple game with particle effects

Further Reading

View Transitions

Relevant discussions on developer.apple.com:

Translucency

An alternate option: https://github.com/nicklockwood/FXBlurView