diff --git a/SwiftRadio/StationsViewController.swift b/SwiftRadio/StationsViewController.swift index 5058d5cb..80f04730 100755 --- a/SwiftRadio/StationsViewController.swift +++ b/SwiftRadio/StationsViewController.swift @@ -121,7 +121,7 @@ class StationsViewController: UIViewController { func setupPullToRefresh() { self.refreshControl = UIRefreshControl() - self.refreshControl.attributedTitle = NSAttributedString(string: "Pull to refresh") + self.refreshControl.attributedTitle = NSAttributedString(string: "Pull to refresh", attributes: [NSForegroundColorAttributeName:UIColor.whiteColor()]) self.refreshControl.backgroundColor = UIColor.blackColor() self.refreshControl.tintColor = UIColor.whiteColor() self.refreshControl.addTarget(self, action: "refresh:", forControlEvents: UIControlEvents.ValueChanged)