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

🔀 :: [#90] BaseViewController와 BaseStoredViewController 분리 #106

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

baekteun
Copy link
Member

💡 개요

기존의 BaseViewController에서 한 번 더 추상화해서 BaseStoredViewController를 만듭니다

📃 작업내용

  • BaseViewController를 BaseStoredViewController로 추상화하여 Store가 없는 버전의 혹은 Store가 여러개인 버전의 viewController 작성을 할 수 있도록 작업

🔀 변경사항

  • 기존 BaseViewController를 상속하는 ViewController들을 BaseStoredViewController를 상속하도록 변경
  • 기존 BaseModalViewController를 상속하는 ViewController들을 BaseStoredModalViewController를 상속하도록 변경

@baekteun baekteun added 🔨 Refactor 코드 리팩토링 2️⃣Priority: Medium 우선순위 중 labels Jul 25, 2023
@baekteun baekteun self-assigned this Jul 25, 2023
@baekteun baekteun linked an issue Jul 25, 2023 that may be closed by this pull request
@baekteun baekteun merged commit 610309d into master Jul 25, 2023
@baekteun baekteun deleted the 90-baseviewcontroller-separate branch July 25, 2023 12:09
@baekteun baekteun changed the title 🔀 :: BaseViewController와 BaseStoredViewController 분리 🔀 :: [#90] BaseViewController와 BaseStoredViewController 분리 Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣Priority: Medium 우선순위 중 🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BaseViewController 분리
2 participants