当前位置: 代码迷 >> 综合 >> tableview 把某个视图移到前者上面
  详细解决方案

tableview 把某个视图移到前者上面

热度:41   发布时间:2023-12-22 18:59:56.0
[self.view bringSubviewToFront:self.Home];
self.Home.separatorStyle = UITableViewCellSeparatorStyleNone;
[self.view bringSubviewToFront:self.threeMealsScroll];
  相关解决方案