Codable synthesis for Swift enumsOptional&Decodable 로 정의된 enum을 decoding할 때, case로 정의되지 않은 String이 들어있는 경우 에러가 나게 된다. 원래 Decodable에서는 init(from decode
네이버 웹툰의 상단 배너무한 스크롤상단 이미지는 스크롤되지 않으면서 하단의 타이틀만 스크롤됨자동 스크롤겉보기에는 스크롤이 되는 것처럼 보이지만 scroll은 disable 시키고 drag gesture를 인식해서 직접 offset을 바꿔주는 방법을 사용했다.무한 스크롤
image기본 구조 뷰 내에서 view model을 source of truth로 이용하기 위해서는 @State, @Binding 과 같은 property wrapper를 이용해야 한다. @State → A property wrapper type that can rea