Skip to content
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

[fix] @SetNeeds 대신에 @Invalidating property wrapper로 교체 #272

Open
lygon55555 opened this issue Sep 9, 2024 · 1 comment
Open
Assignees
Labels
fix 🛠 버그, 오류 해결

Comments

@lygon55555
Copy link
Member

lygon55555 commented Sep 9, 2024

iOS 14부터 지원하던 YDS에 Layout Driven UI를 구현하기 위해서 @Invalidating의 기능을 하는 @SetNeeds property wrapper를 구현했는데,
최소 버전을 iOS 16으로 올렸기 때문에 기존의 @SetNeeds@Invalidating 으로 교체합니다.
(@Invalidating는 iOS 15부터 지원하는 API입니다.)

Screenshot 2024-09-09 at 22 01 34

@lygon55555 lygon55555 added the fix 🛠 버그, 오류 해결 label Sep 9, 2024
@lygon55555 lygon55555 self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🛠 버그, 오류 해결
Projects
None yet
Development

No branches or pull requests

1 participant