mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

How can i change color of .indeterminateSmallDefault #138

Open MahipalV12 opened 7 years ago

MahipalV12 commented 7 years ago

MRProgressOverlayView.showOverlayAdded(to: self.view, title: text, mode: .indeterminateSmallDefault, animated: true) i have added code to MRProgress and working fine but i need to change activity indicator colour from gray to orange. So, how can i do this? please help me.