Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeahdongcn/RSTMALLCell
Yet another clone, the target is Tmall this time. The latest update contains a cool feature, images on the right of the cell could be moved by finger if not releasing and when finger is releasing the image will go down and then invisible. This repo provides easy to use data object, cell, tableview controller and a sample for doing this.
https://github.com/yeahdongcn/RSTMALLCell
Last synced: 3 months ago
JSON representation
Yet another clone, the target is Tmall this time. The latest update contains a cool feature, images on the right of the cell could be moved by finger if not releasing and when finger is releasing the image will go down and then invisible. This repo provides easy to use data object, cell, tableview controller and a sample for doing this.
- Host: GitHub
- URL: https://github.com/yeahdongcn/RSTMALLCell
- Owner: yeahdongcn
- License: mit
- Created: 2013-09-04T03:46:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T03:07:29.000Z (almost 11 years ago)
- Last Synced: 2024-07-20T11:06:18.854Z (4 months ago)
- Language: Objective-C
- Homepage: https://itunes.apple.com/cn/app/tian-mao-tao-bao-shang-cheng/id518966501?l=en&mt=8
- Size: 460 KB
- Stars: 49
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
RSTMALLCell
===========![ScreenShot](https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/1844/iOS_Simulator_Screen_shot_Sep_12__2013_9.37.01_AM.png)
Tmall is a well designed application (https://itunes.apple.com/cn/app/tian-mao-tao-bao-shang-cheng/id518966501?l=en&mt=8) and this repo duplicate its feature of showing images on the cell.
On the right of the cell there is a stack of images for the item and could be draged to anywhere, if the distance is close enough to the original position, the image will back to original postion with image, otherwise, the image will fall.
If there is only one image left, after drag, the stack of images will be back with animation. Explore the sample for more.A little about the usage.
You can have a RSTMALLTableViewController based table view controller, when using Storyboard, use - (id)initWithCoder:(NSCoder *)aDecoder to init the dataArray, otherwise, use the other init functions to get the dataArray ready.
[![ScreenShot](https://raw.github.com/GabLeRoux/WebMole/master/ressources/WebMole_Youtube_Video.png)](http://v.youku.com/v_show/id_XNjA1MjgyNzQw.html)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/yeahdongcn/rstmallcell/trend.png)](https://bitdeli.com/free "Bitdeli Badge")