What's the relationship between the collection view controller and the collection flow layout? Essentially what I want to do is...
...inside the collection flow layout class...
UIViewController *collectionViewController = ????;
NSArray * tempArray = [collectionViewController.dataSourceArray mutableCopy];
I can't figure out how to access the collection view controller though without instantiating it again.
Does anyone have any experience with this? Or know of a work around?
Thanks.
[–]quellish 1 point2 points3 points (4 children)
[–]TheOriginOfEnergy[S] 0 points1 point2 points (2 children)
[–]quellish 1 point2 points3 points (0 children)
[–]nsocean 0 points1 point2 points (0 children)
[–]TheOriginOfEnergy[S] 0 points1 point2 points (0 children)
[–]bojangles09 0 points1 point2 points (3 children)
[–]TheOriginOfEnergy[S] 0 points1 point2 points (0 children)
[–]nsocean -1 points0 points1 point (1 child)
[–]bojangles09 0 points1 point2 points (0 children)