Skip to content

Commit

Permalink
😺[CHORE] �DetailViewController 수정 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonBaek12 committed Nov 17, 2022
1 parent 436943b commit 55985da
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SnapKit
import SwiftyColor

//MARK: - DetailViewController
final class DetailViewController: ViewController {
final class DetailViewController: UIViewController {

//MARK: - Lazy Components
private let productCollectionView: UICollectionView = {
Expand Down Expand Up @@ -93,14 +93,14 @@ extension DetailViewController: UICollectionViewDelegateFlowLayout {
}

//MARK: - UICollectionViewDataSource
extension DetailViewController: UICollectionViewDataSource {
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
<#code#>
}
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
<#code#>
}

}
//extension DetailViewController: UICollectionViewDataSource {
// func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
// <#code#>
// }
//
// func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
// <#code#>
// }
//
//
//}

0 comments on commit 55985da

Please sign in to comment.