iOS 11: Height of UINavigationBar for large title (mimic Apple Music App)
问题 I'm trying to mimic the look of UINavigationBar as used by the Apple Music App (the date is shown above the large title). I know that the Apple Music App doesn't use the standard UINavigationBar of ios11 but a header view is UICollectionView . I also want to use the standard UINavigationBar of ios11 because of the resizing feature for title text. I'm able to add the custom date label to view hierarchy of the large title view , my code as shown below: self.title = "Large Title"