導(dǎo)航欄
[[UIBarButtonItemappearanceWhenContainedInInstancesOfClasses:@[[UINavigationBarclass]]] setBackButtonTitlePositionAdjustment:UIOffsetMake(1000,-60) forBarMetrics:UIBarMetricsDefault];
[[UIBarButtonItemappearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColorclearColor]} forState:UIControlStateNormal];
[[UIBarButtonItemappearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColorclearColor]} forState:UIControlStateSelected];
[[UIBarButtonItemappearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColorclearColor]} forState:UIControlStateHighlighted];
不然會(huì)導(dǎo)致 UIButtonBarStackView 布局錯(cuò)誤
UITableView
Section Header Footer 默認(rèn)是 白色的
狀態(tài)欄高度
44的高度
automaticallyAdjustsScrollViewInsets 棄用