用一个tableveiw(假如叫做tableviewOne)作为另一个tableview的tableheaderView发现tableviewOne不能滑动,请问怎么解
尝试过用hittest,no use
http://stackoverflow.com/ques...
下面是关键代码github: https://github.com/CoderYLZha...
When you put the code on your github, HeaderView 中numberOfRowsInSection返回30个就可以了contentSize小于HeaderView的size, it will naturally move the entire tableView
HeaderView
numberOfRowsInSection
contentSize
size
When you put the code on your github,
HeaderView
中numberOfRowsInSection
返回30个就可以了contentSize
小于HeaderView
的size
, it will naturally move the entire tableView