We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4a46d commit 57bb363Copy full SHA for 57bb363
Sources/ComponentsKit/Components/CircularProgress/SUCircularProgress.swift
@@ -1,6 +1,6 @@
1
import SwiftUI
2
3
-/// A SwiftUI component that displays a circular progress.
+/// A SwiftUI component that displays the progress of a task or operation in a circular form.
4
public struct SUCircularProgress: View {
5
// MARK: - Properties
6
Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift
@@ -1,7 +1,7 @@
import AutoLayout
import UIKit
-/// A UIKit component that displays a circular progress indicator.
+/// A UIKit component that displays the progress of a task or operation in a circular form.
open class UKCircularProgress: UIView, UKComponent {
7
0 commit comments