From 80540b5d0d33c583e8885ba40bf8472a37521368 Mon Sep 17 00:00:00 2001 From: "pikagreen@nate.com" Date: Mon, 2 Sep 2024 22:01:02 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20::=20[#1285]=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=97=86=EC=9D=84=20=EB=95=8C=20UI=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/SongCreditViewController.swift | 50 ++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/Projects/Features/SongCreditFeature/Sources/SongCreditViewController.swift b/Projects/Features/SongCreditFeature/Sources/SongCreditViewController.swift index c009c9b61..eec087034 100644 --- a/Projects/Features/SongCreditFeature/Sources/SongCreditViewController.swift +++ b/Projects/Features/SongCreditFeature/Sources/SongCreditViewController.swift @@ -71,6 +71,26 @@ final class SongCreditViewController: BaseReactorViewController() snapshot.appendSections(credits.map(\.position)) credits.forEach { snapshot.appendItems($0.names, toSection: $0.position) }