Skip to content

Commit

Permalink
[Del] TeamSparker#603 - impact feedback generator 중복 코드 제거
Browse files Browse the repository at this point in the history
- bind 메서드에서 작동하고 있다.
  • Loading branch information
hyun99999 committed May 9, 2022
1 parent a45dcc3 commit 52defbe
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,7 @@ extension SendSparkVC: UICollectionViewDataSource {

// MARK: - UICollectionViewDelegate

extension SendSparkVC: UICollectionViewDelegate {
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
impactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
impactFeedbackGenerator?.impactOccurred()
impactFeedbackGenerator = nil
}
}
extension SendSparkVC: UICollectionViewDelegate { }

// MARK: Network

Expand Down

0 comments on commit 52defbe

Please sign in to comment.