-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 🎸 [JIRA:HCPSDKFIORIUIKIT-2796]Loading Indicator #842
Conversation
KevinZK
commented
Oct 28, 2024
•
edited
Loading
edited
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments embedded.
@angiexyang This PR uses the native ProgressView as well. Can you also review this as well, to see if any consistency issue needs to be addressed ? |
ProgressIndicator doesn't use the native ProgressView. ProgressView only shows the indeterminate indicator on iOS, so no consistency issue |
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/Indicator/LoadingIndicatorExample.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments inlined.
Also, re-order the indicator size test code, based on its size, by mini, small, large, extra large.