QuintGao / GKNavigationBarViewController

iOS自定义导航栏-导航栏联动
https://www.jianshu.com/p/577755d0d69a
MIT License
727 stars 130 forks source link

controller.view 只能从(0,0)开始么 不能设置(64,0)开始么 #21

Closed SmallWeed closed 5 years ago

SmallWeed commented 5 years ago

设置 self.navigationBar.translucent = NO; // 取消自动下移 self.automaticallyAdjustsScrollViewInsets = false;

tableview好像都是从 (0,0)开始 可以设置从(64,0)开始么

SmallWeed commented 5 years ago

@QuintGao

QuintGao commented 5 years ago

由于是自定义的导航栏,目前只支持从(0,0)开始设置frame