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://itunes.apple.com/cn/app/tian-mao-tao-bao-shang-cheng/id518966501?l=en&mt=8
MIT License
49 stars 18 forks source link

How you implement cell's row height as 120? #1

Closed saiday closed 10 years ago

saiday commented 10 years ago

I can't find anywhere you set cell's height as 120, I spent about 1.5 hours for searching it..

Is there some ways to set cell's height expect self.tableview.rowheight and UITableViewDelegate?

Thanks!

yeahdongcn commented 10 years ago

In RSTMALLTableViewController's subclass implement the method below:

Notice RSTMALLTableViewController's is based UITableViewController, so UITableViewDelegate and UITableViewSource protocols are still working.