Animate nav bar title text change
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In my app, I have a page view controller that allows the user to swipe between different "sections" of the app, and at the top in the nav bar I change the title text to the new section the user has swiped to via pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted: . It is currently instantly changing the title text when the animation has completed. I would like to improve this with some animation, a subtle fading in and out effect. I first tried to implement [UIView animationWithDuration:...] to animate changing