Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个奇怪的故障,当调用 popViewControllerAnimated: 时,视图控制器上的正常标题视图突然左对齐。有没有人似乎遇到过类似的问题?
我试图查明这个问题,当我有这个设置时它就会发生:
[[UIBarButtonItem appearance] setBackgroundVerticalPositionAdjustment:1.0f forBarMetrics:UIBarMetricsDefault];
删除此行后,标题视图在弹出视图控制器时不会出现故障或左对齐。我还想指出,我有一个 barbuttonitem 的自定义背景图像。第一次遇到这样的问题,希望对大家有帮助。