Closed A1iAshoor closed 8 years ago
That should be an easy fix.
▸ ⚠️ /Pods/DGElasticPullToRefresh/DGElasticPullToRefresh/DGElasticPullToRefreshView.swift:126:61: use '#selector' instead of explicitly constructing a 'Selector' ▸ displayLink = CADisplayLink(target: self, selector: Selector("displayLinkTick")) ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ▸ ⚠️ /Pods/DGElasticPullToRefresh/DGElasticPullToRefresh/DGElasticPullToRefreshView.swift:144:74: use '#selector' instead of explicitly constructing a 'Selector' ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: Selector("applicationWillEnterForeground"), name: UIApplicationWillEnterForegroundNotification, object: nil) ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▸ Compiling DGElasticPullToRefreshConstants.swift ▸ Compiling DGElasticPullToRefreshExtensions.swift ▸ Compiling DGElasticPullToRefreshLoadingView.swift ▸ Compiling DGElasticPullToRefreshLoadingViewCircle.swift ▸ Compiling DGElasticPullToRefreshView.swift ▸ ⚠️ /Pods/DGElasticPullToRefresh/DGElasticPullToRefresh/DGElasticPullToRefreshView.swift:126:61: use '#selector' instead of explicitly constructing a 'Selector' ▸ displayLink = CADisplayLink(target: self, selector: Selector("displayLinkTick")) ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ▸ ⚠️ /Pods/DGElasticPullToRefresh/DGElasticPullToRefresh/DGElasticPullToRefreshView.swift:144:74: use '#selector' instead of explicitly constructing a 'Selector' ▸ NSNotificationCenter.defaultCenter().addObserver(self, selector: Selector("applicationWillEnterForeground"), name: UIApplicationWillEnterForegroundNotification, object: nil)
Fixed in the latest release
That should be an easy fix.