In iOS 12 and before I can do below to customized album's first page's title.
func navigationController(_ navigationController: UINavigationController, willShow viewController: UIViewController, animated: Bool) {
viewController.title = "customized title!!"
}
But it's not working at iOS 13 any more. Is there anyone could help me for customized that?