Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

15 satır
349 B

# -*- mode: snippet -*-
# name: uiCollectionViewDelegate
# key: uiCollectionViewDelegate
# --
// MARK: UICollectionViewDelegate
func collectionView(_ collectionView: UICollectionView,
didSelectItemAt indexPath: IndexPath) {
}
func collectionView(_ collectionView: UICollectionView,
didDeselectItemAt indexPath: IndexPath) {
}