天天看點

關于導航欄總是預設偏移64的解決方案:

解決方法一:

self.navigationController.navigationBar.translucent = NO;

解決方法二:

self.edgesForExtendedLayout = UIRectEdgeNone;

詳細解釋:http://www.superqq.com/blog/2015/10/09/uiviewcontroller-rectedge/

繼續閱讀