标签: ios swift animation uinavigationbar navigationbar
我有一个UITableViewController嵌入UINavigationController中,并且属性navigationBar.prefersLargeTitles设置为true。就像正常反应一样,滚动tableView时,导航栏的大小将缩小,并且随之而来的是,大标题将被推到导航栏其余部分的后面,并且将出现一个新的小标题。我要做的是更改此动画,以使大标题移动到缩小的导航栏的中心并缩小尺寸。我该怎么办?
UITableViewController
UINavigationController
navigationBar.prefersLargeTitles
true
tableView