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: 25 days ago
JSON representation
Exploring interactivity in Playgrounds in Xcode 7.3
- Host: GitHub
- URL: https://github.com/dasdom/InteractivePlayground
- Owner: dasdom
- License: mit
- Created: 2016-01-29T09:42:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T21:29:01.000Z (about 8 years ago)
- Last Synced: 2024-05-02T01:39:11.944Z (8 months ago)
- Language: Swift
- Size: 1.47 MB
- Stars: 53
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Interactive Playground - Exploring interactivity in Playgrounds. (Playgrounds about Playgrounds / Functional Reactive Programming)
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)