luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size and offset.

jimijon opened this issue · comments

Bug Report

⚠️ Your issue will be closed if these are not filled out. ⚠️

Version

6.2

Overview of what you tried to do

drawInnerRing I had to hard code to move the arc in the view.
let center: CGPoint = CGPoint(x: bounds.midX, y: bounds.midY + 60)

let outerRadius = CGFloat(100.0)

What is the expected outcome?

Doesn't seem to affect the size
Id does move the center, just can't figure out how to resize.

What is the actual outcome?

half works and I have to modify the core files.

Post sample code or example here

ANSWER HERE