Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dasdom/InteractivePlayground

Exploring interactivity in Playgrounds in Xcode 7.3
https://github.com/dasdom/InteractivePlayground

Last synced: 2 months ago
JSON representation

Exploring interactivity in Playgrounds in Xcode 7.3

Lists

README

        

# InteractivePlayground

Exploring interactivity in Playgrounds (new in Xcode 7.3)

## Pushing a view controller

![](https://raw.githubusercontent.com/dasdom/InteractivePlayground/master/gifs/push_view_controller.gif)

## Animating appearance of buttons

![](https://raw.githubusercontent.com/dasdom/InteractivePlayground/master/gifs/animated_buttons.gif)

## Using gesture recognizer

![](https://raw.githubusercontent.com/dasdom/InteractivePlayground/master/gifs/gesture_recognizer.gif)

## Text input

![](https://github.com/dasdom/InteractivePlayground/blob/master/gifs/text_input.gif)

## Using SpriteKit

![](https://raw.githubusercontent.com/dasdom/InteractivePlayground/master/gifs/spritekit.gif)

## Spring animation

![](https://raw.githubusercontent.com/dasdom/InteractivePlayground/master/gifs/spring_animation.gif)