-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/#61 recommend skeleton #66
Conversation
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.
๊ณ ์ํ์ จ์ต๋๋ต๐๐
extension View { | ||
func recommendSkeleton( | ||
isShow: Bool, | ||
radius: CGFloat, | ||
width: CGFloat? = nil, | ||
height: CGFloat? = nil | ||
) -> some View { | ||
self.modifier( | ||
SkeletonModifier(isShow: isShow, radius: radius, width: width, height: height) | ||
) | ||
} | ||
} |
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.
์๊ฑฐ ๋ ์๋ง๋ค์ด์ฃผ์
จ๋๋ฐ
๊ณตํต์ผ๋ก ์ฌ์ฉํ ์ ์๋๋ก ResourceKit์ extension ์ผ๋ก ๋ฃ๋๊ฑด ์ด๋จ๊น์??
๋ SkeletonModifier ์๊ฒ color๊ฐ ์ถ์ฒํ๋ฉด ์ฉ์ด์๊ตฐ์ฌ,,ใ
What is this PR? ๐
์ด์
์ค๋ช
Changes ๐
Screenshot ๐ธ
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-08-11.at.20.09.57.mp4
To Reviewers ๐