标签: ios uitableview autolayout ios-autolayout
tableHeaderView中的UITableView是带有UIActivityIndicatorView的视图。
tableHeaderView
UITableView
UIActivityIndicatorView
当滚动到UITableView的顶部时,我想在其顶部插入一些行。
我想计算要滚动的contentSize.height的{{1}}的偏移量,但是UITableView使用的是autoLayout,而UITableViewCell不知道实际的{{1} }。
contentSize.height
UITableViewCell
我该怎么做?