【发布时间】:2016-10-24 11:14:44
【问题描述】:
我已经在 Objective C 中使用了 DACCircularProgressView danielamitay/DACircularProgress 但我不知道如何在 swift3 中使用 DACCircularProgressView?
【问题讨论】:
标签: ios objective-c swift3
我已经在 Objective C 中使用了 DACCircularProgressView danielamitay/DACircularProgress 但我不知道如何在 swift3 中使用 DACCircularProgressView?
【问题讨论】:
标签: ios objective-c swift3
演出
progressView = DACircularProgressView(frame: CGRect(x: 140.0, y: 30.0, width: 40.0, height: 40.0))
progressView.roundedCorners = true
progressView.trackTintColor! = UIColor.clear
view.addSubview(progressView)
隐藏
progressView.removeFromSuperview()
【讨论】: