Skip to content

Commit

Permalink
⚡️ :: ProductList Networking bind
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Nov 30, 2021
1 parent d0d1d6b commit fa29cbb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Sources/View/Product/ProductListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,7 @@ extension ProductListViewController: PageboyViewControllerDataSource, TMBarDataS
getPopularLists: self.getPopularLists.asDriver(onErrorJustReturn: ()),
getRecommendLists: self.getRecommendLists.asDriver(onErrorJustReturn: ()),
getLowPriceLists: self.getLowPriceLists.asDriver(onErrorJustReturn: ()))

let output = viewModel.transform(input)

output.result
.subscribe(onNext: {[weak self] isSuccess in

})

let _ = viewModel.transform(input)
}
}

0 comments on commit fa29cbb

Please sign in to comment.