Hi I have to move the text on navigation bar..I don\'t have any idea about scrolling text. Is anybody have idea about this please let me know.
Thanks
Swift 5 approach with MarqueeLabel:
MarqueeLabel
let title = MarqueeLabel(frame: CGRect.zero, duration: 20, fadeLength: 10) title.textAlignment = .center title.textColor = .white title.text = header navigationController?.navigationBar.topItem?.titleView = title