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.
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
andUITableViewDelegate
?Thanks!