Im looking to pass data from a collection view i have pulling data from parse to a new view. In the collection view i have it displaying a label called productName and an image called productImage. I'm looking to pass the Name, Image and a text view that will hold the product description to a view controller. Could someone please help me out with this?
Right now I'm getting this error when i click on the cell to go to the new view.
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2015-07-14 18:57:03.248 CollectionViewBasic[13942:635684] Warning: Attempt to present on whose view is not in the window hierarchy!
any idea why?