https://github.com/yeahdongcn/RSGoogleNowStyleCardsView
This project clones the card inserting animation, card exchange animation and provides UITableView alike APIs for data sourcing and delegating.
https://github.com/yeahdongcn/RSGoogleNowStyleCardsView
Last synced: about 1 year ago
JSON representation
This project clones the card inserting animation, card exchange animation and provides UITableView alike APIs for data sourcing and delegating.
- Host: GitHub
- URL: https://github.com/yeahdongcn/RSGoogleNowStyleCardsView
- Owner: yeahdongcn
- License: mit
- Created: 2013-06-30T12:56:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T13:40:55.000Z (about 12 years ago)
- Last Synced: 2024-11-15T21:35:06.815Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 401 KB
- Stars: 100
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Google-Now-Style-Card-View
==========================

Google Search for Android has been updated to take advantage of various new Google Now cards, including one for live TV.
This project clones the card inserting animation, card exchange animation and provides UITableView alike APIs for data sourcing and delegating.
Add 'Card View' (Dir) to your project and start to use RSCardsView.
RSCardsView *view = [[[RSCardsView alloc] initWithFrame:[UIScreen mainScreen].applicationFrame] autorelease];
view.delegate = self;
view.dataSource = self;
view.animationStyle = RSCardsViewAnimationStyleExchange; // or RSCardsViewAnimationStyleDrop
self.view = view;
You should implement your own card and card view, open sample to see lot more.
[](http://v.youku.com/v_show/id_XNTc4MDUyODY0.html)
[](https://bitdeli.com/free "Bitdeli Badge")