init
This commit is contained in:
15
snippets/swift-mode/uicollectionviewdelegate
Normal file
15
snippets/swift-mode/uicollectionviewdelegate
Normal file
@@ -0,0 +1,15 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: uiCollectionViewDelegate
|
||||
# key: uiCollectionViewDelegate
|
||||
# --
|
||||
// MARK: UICollectionViewDelegate
|
||||
|
||||
func collectionView(_ collectionView: UICollectionView,
|
||||
didSelectItemAt indexPath: IndexPath) {
|
||||
|
||||
}
|
||||
|
||||
func collectionView(_ collectionView: UICollectionView,
|
||||
didDeselectItemAt indexPath: IndexPath) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user