Closed vyatri closed 8 years ago
Hi vyatri
This library draws arc. It is not possible to fill the circle.
@keygx I think he meant if its possible to embed it inside a uiview instead of overlaying the entire screen. I would also be interested in this open :smile:
Hi odedharth
Do you want to "addSubView(progress)" ? I cannot provide it now. However, I think about it.
yes I think it could be very useful.
Added support for Embed in UIView at Ver.3.2.0.
let progress = GradientCircularProgress()
let progressView = progress.show(frame: rect, message: "Loading...", style: MyStyle())
view.addSubview(progressView!)
progress.dismiss(progress: progressView!)
Please try it.
how can i embed the circle inside a view? Sorry for my poor English