UITableView support sliding around (a)

 

 Principle is as follows:

SwipeTableView

subView 1: UIScrollView around a container, is mainly responsible for the slide, arranged on top of each tableView same contentInset

subView 2: headerView occupied topInset portion sliding around time, this header can remain intact, Further, headerView pan gestures need to add, to slide vertically support

 

Demo Institute Add

 

Guess you like

Origin www.cnblogs.com/daxueshan/p/11207596.html