https://github.com/simonwhitaker/tab-hint-demo
Demo project showing how to animate a "hint" view to a tab bar icon using gravity and physics and shit
https://github.com/simonwhitaker/tab-hint-demo
Last synced: 3 months ago
JSON representation
Demo project showing how to animate a "hint" view to a tab bar icon using gravity and physics and shit
- Host: GitHub
- URL: https://github.com/simonwhitaker/tab-hint-demo
- Owner: simonwhitaker
- Created: 2013-05-04T15:25:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T18:20:17.000Z (almost 13 years ago)
- Last Synced: 2025-01-01T02:29:01.495Z (over 1 year ago)
- Language: Objective-C
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Tab Hint Demo
This is a demonstration of a technique for using a gravity-bound animated view to offer a visual hint to a user that action on one tab in an iOS app results in content change on another. A common scenario where you might find this useful is if you have a Downloads tab and actions on other tabs can result in an item being added to the Downloads queue.
You can see the sample app in action in [this YouTube video](http://www.youtube.com/watch?v=pXal1MoAFxo0).