UICollection View - Segue - did select specific cell , LOG
问题 I am starting to use a UICOllectionview to load a custom made photo album, the album loads just fine, and the data is coming from my server (SQL-JSON-NSARRAY-NSDictionary) and been populated in the cell's just fine, However now I would like it when the user selects that cell to load a new UIVIewController with that image in full size (so they can view/print/share etc) However I am getting stuck in the 'prepare for segue' method, as I cannot pull any information from that specific cell as a