当前位置: 代码迷 >> 综合 >> iOS UINavigationController 自定义设置
  详细解决方案

iOS UINavigationController 自定义设置

热度:76   发布时间:2023-12-22 18:12:20.0

self.navigationController.navigationBar.translucent = NO;//半透明

self.automaticallyAdjustsScrollViewInsets =NO;//取消导航栏自动适应

self.edgesForExtendedLayout =UIRectEdgeNone;// 设置view的起始位置