//去掉返回按鈕上的文字
[[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -500)
forBarMetrics:UIBarMetricsDefault];
[[UIBarButtonItem appearance] setTitleTextAttributes:@{NSFontAttributeName: [UIFont systemFontOfSize:0.1], NSForegroundColorAttributeName: [UIColor clearColor]} forState:UIControlStateNormal];
第一 導(dǎo)航條上的返回按鈕 的 相應(yīng)區(qū)域 還是原來那么大 沒有變?yōu)閳D片的大小
第二 第一個界面的 title 過長 會影響 跳轉(zhuǎn)到的第二界面 的 title
所以后面修改字體大小