1. 程式人生 > >iOS導航欄 修改系統返回按鈕

iOS導航欄 修改系統返回按鈕

//設定系統返回按鈕不帶文字 

[[UIBarButtonItemappearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(NSIntegerMin, NSIntegerMin) forBarMetrics:UIBarMetricsDefault];