Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was 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

@ChoiysApple

Description

@ChoiysApple

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions