보통은 ObservedObject랑 비교를 하면서 ownership이 다르다 뷰의 생명주기와 별개다 별도로 저장돼서 사용된다 뷰의 수명동안 새로운 인스턴스를 한번만 생성한다 정도로 알고 사용하는거라고 생각해요 그래서 ObservedObject와 차이를 두며 사용을 하곤하는것 같아요!
While SwiftUI’s List component allows users to drag to reorder items within the list, the LazyVGrid, LazyHGrid, LazyVStack and LazyHStack components currently lack this functionality. Let’s take a look at how to implement it from scratch.
Starting iOS 17 and SwiftUI 5, we can change the visual appearance of a view without changing its ancestors or descendants using newly introduced modifier called VisualEffect.