folding-cell icon indicating copy to clipboard operation
folding-cell copied to clipboard

Proposed an animation fix

Open congliu0704 opened this issue 4 years ago • 0 comments

Summary

  1. Fixed scroll-to-bottom condition so that both sides are relative y-coordinates. cell.frame.maxY > tableView.frame.maxY should be cell.frame.maxY > tableView.frame.maxY + tableView.contentOffset.y
  2. Enabled scrolling to the top of the cell, when some of top part of this cell is across the upper edge of the table view (that is, hidden) and is tapped to unfold.

congliu0704 avatar Oct 07 '21 09:10 congliu0704