如何根据UISearchBar
滚动设置UITableView
约束动画?
上图显示了我的开发屏幕。
在滚动UITableView
时,UINavigationBar
将保持不变,但UISearchBar
会在UINavigationBar
之后上升,而SortView将会触及UINavigationBar
(UISearchBar
并且在滚动UITableView
时,通过动画排序。我怎样才能做到这一点?我的意思是,如何在滚动时更新约束。
注意:我做了一些编码,但强行拖动UITableView
,UISearchBar
约束被破坏。
如果需要,请改进我的问题。
提前致谢。