You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 14부터 지원하던 YDS에 Layout Driven UI를 구현하기 위해서 @Invalidating의 기능을 하는 @SetNeeds property wrapper를 구현했는데,
최소 버전을 iOS 16으로 올렸기 때문에 기존의 @SetNeeds를 @Invalidating 으로 교체합니다.
(@Invalidating는 iOS 15부터 지원하는 API입니다.)
The text was updated successfully, but these errors were encountered:
iOS 14부터 지원하던 YDS에 Layout Driven UI를 구현하기 위해서
@Invalidating
의 기능을 하는@SetNeeds
property wrapper를 구현했는데,최소 버전을 iOS 16으로 올렸기 때문에 기존의
@SetNeeds
를@Invalidating
으로 교체합니다.(
@Invalidating
는 iOS 15부터 지원하는 API입니다.)The text was updated successfully, but these errors were encountered: