Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

[Refactor] Create and use protocol for ViewControllers can be used like BaseViewController #54

Open
ChoiysApple opened this issue Nov 25, 2023 · 0 comments
Labels
♻️ Refactor Refactoring required

Comments

@ChoiysApple
Copy link
Owner

Abstract

For all UIViewController in this project, there are common code like this:

    override func viewDidLoad() {
        super.viewDidLoad()
        
        setUpView()
        setUpLayout()
        bindData()

        // Additional codes
    }

Creating protocol to make those patterns as convention for this project.

@ChoiysApple ChoiysApple added the ♻️ Refactor Refactoring required label Nov 25, 2023
@ChoiysApple ChoiysApple added this to the 0.1.1 milestone Nov 25, 2023
@ChoiysApple ChoiysApple changed the title [Refactor] Create and use protocol for ViewControllers [Refactor] Create and use protocol for ViewControllers can be used like BaseViewController Dec 13, 2023
@ChoiysApple ChoiysApple removed this from the 0.1.1 milestone Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
♻️ Refactor Refactoring required
Projects
No open projects
Development

No branches or pull requests

1 participant