大家好,上来请教一下各位高手...小弟在Autolayout使用上一直都很有困难
现在是用StoryBoard拉Autolayout
画面上有一个 "searchBar" 跟 "tableView" 排列方式如图
![]()
searchBar的constraint是Bottom Space to tableView, 距离0
tableView的constraint是Top Space to tableView, 距离0
另外也有Leading space 跟 Trailing Space to Superview, 距离也都是0
现在有个需求, 有某个状况会要把searchBar从画面中移除(removeFromSuperView)
而我想要在searchBar移除之后让tableView的Top Space to Superview 是 0
简单的说就是searchBar移除之后, tableView要往上递补..
不过一直试不出来, 也不知道constraint怎么设比较好
不知道searchBar移除之后, 该怎么让autolayout知道我想重新layout @@
麻烦一下各位高手了 谢谢