func collectionView()

in application/PhotoToSketch/PhotoToSketch/EffectApplyScreen/EffectApplyViewController.swift [136:142]


	func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
		if(collectionView == rulerSliderCollectionView){
			return 12
		}else{
			return allGlobalPhotoEffects.count
		}
	}