Skip to content

Commit

Permalink
⚡️ :: add할 Viewcontroller 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Nov 22, 2021
1 parent 3902bca commit 3c446bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Sources/View/Product/ProductListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ class ProductListViewController: TabmanViewController {
}

private func setViewControllers() {
let storeMainVC = StoreMainViewController()
let GS25VC = GS25ViewController()
let CUVC = CUViewController()
let miniStopVC = MiniStopViewController()
let sevenElevenVC = SevenElevenViewController()
let emartVC = EmartViewController()
let storeMainVC = StoreMainViewController(index: 0)
let GS25VC = StoreMainViewController(index: 1)
let CUVC = StoreMainViewController(index: 2)
let miniStopVC = StoreMainViewController(index: 3)
let sevenElevenVC = StoreMainViewController(index: 4)
let emartVC = StoreMainViewController(index: 5)

[storeMainVC, GS25VC, CUVC, miniStopVC, sevenElevenVC, emartVC].forEach({ viewControllers.append($0) })

Expand Down

0 comments on commit 3c446bd

Please sign in to comment.