如何设置GearRefreshControl吊舱

时间:2018-09-21 07:41:48

标签: ios swift cocoapods uirefreshcontrol

这里是否有人尝试使用GearRefreshControl吊舱?我需要有关如何设置refreshControl的帮助,因为当我遵循[github]中的教程时。我在refreshControl中遇到错误,提示“类型ParticipantsViewController”的值没有成员“ refreshControl”。

1谢谢。

refreshControl

    override func viewDidLoad() {
    super.viewDidLoad()
    gearRefreshControl = GearRefreshControl(frame: self.view.bounds)
    gearRefreshControl.gearTintColor = UIColor(red: 26/255.0, green: 99/255.0, blue: 42/255.0, alpha: 1.0)

    gearRefreshControl.addTarget(self, action: #selector(ParticipantsViewController.refresh), for: UIControlEvents.valueChanged)
    self.refreshControl = gearRefreshControl

}

0 个答案:

没有答案