func collectionView()

in application/PhotoToSketch/PhotoToSketch/EffectApplyScreen/EffectApplyViewController.swift [165:169]


	func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
		if(collectionView == effectsCollectionView){
			self.applyEffect(effect: allGlobalPhotoEffects[indexPath.row])
		}
	}