}) .mapAs({ (dict: NSDictionary) -> NSString in return dict["content"] as NSString }) .deliverOn(RACScheduler.mainThreadScheduler()) .subscribeNextAs({(value: NSString) in self.tickerLabel.text = value })
}) .mapAs({ (dict: NSDictionary) -> NSString in return dict["content"] as NSString }) .deliverOn(RACScheduler.mainThreadScheduler()) .subscribeNextAs({(value: NSString) in self.tickerLabel.text = value })
}) .mapAs({ (dict: NSDictionary) -> NSString in return dict["content"] as NSString }) .deliverOn(RACScheduler.mainThreadScheduler()) .subscribeNextAs({(value: NSString) in self.tickerLabel.text = value })