Collection view loses selection between segue and push

2015-12-31 Thread Rick Mann
I have a collection view in a navigation controller, and a custom animation for the push. When I click on a cell, the segue fires, and prepareForSegue uses the current collection view selection to determine what cell was tapped. Then the animation delegate method is called, and it does the same

Re: Collection view loses selection between segue and push

2015-12-31 Thread Rick Mann
Ah, nevermind. The delegate is getting set and not reset properly. > On Dec 31, 2015, at 15:56 , Rick Mann wrote: > > I have a collection view in a navigation controller, and a custom animation > for the push. When I click on a cell, the segue fires, and prepareForSegue