https://github.com/fwextensions/ios-furries
https://github.com/fwextensions/ios-furries
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fwextensions/ios-furries
- Owner: fwextensions
- Created: 2015-02-11T01:56:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T00:34:40.000Z (over 11 years ago)
- Last Synced: 2025-06-09T04:40:57.086Z (about 1 year ago)
- Language: Swift
- Size: 953 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Furries
Features of the app:
- The move buttons are handled by a single function that moves the bunny in the correct direction based on the button's tag.
- The move amount depends on the scale of the bunny, and uses a spring animation.
- The animation is handled by a single `animateTransform()` function.
- The responses to the entered chat messages come from a random selection of strings.
- The chat keyboard is customized to use the Send button, and is automatically displayed when the screen is shown.
The login screen wasn't added, as that seemed like a copy-and-paste error from the Facebook exercise above.
