Re: Set UICollectionView UIScrollViewDelegate delegate

2014-10-18 Thread Kyle Sluder
On Oct 18, 2014, at 2:22 PM, Mazzaroth M. wrote: > > Hi, I have a parent view controller that has two UICollectionViewController > subclasses as children in its view controller hierarchy. I'd like to set > the parentViewController as the Subclass1CollectionViewController and > Subclass2Collection

Set UICollectionView UIScrollViewDelegate delegate

2014-10-18 Thread Mazzaroth M.
Hi, I have a parent view controller that has two UICollectionViewController subclasses as children in its view controller hierarchy. I'd like to set the parentViewController as the Subclass1CollectionViewController and Subclass2CollectionViewControllers' .colllectionView UIScrollView delegate. Howe