Bugs report 在 UINavigationController 的 Push 过渡动画中 Title 的错误位移 Bug 描述 在 UINavigationController 处理 Push 方式的过渡动画中,父级 UIViewController 的 Title 在少于 3个英文字符 或 2个中文字符 的时候,会出现过渡的偏差 Bug 复现步骤 1. 需要两个 UIViewController 并且被一个 UINavigationController 管理 2. 父级 UIViewController 的 Title 必须少于 3个英文字符 或 2个中文字符 3. Push 到下一级 UIViewController 4. 在屏幕左侧拖拉当前 UIViewController Bug 截图 字符数量截图表现情况一个英文字符偏差最大两个英文字符略有偏差三个英文字符基本正常Bug 处理 * 已提交至 Apple Bug Reporter * 在