Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
Collection-View-in-a-Table-View-Cell copied to clipboard

collectionview.tag always nil

Open myusuf08 opened this issue 8 years ago • 1 comments

return self.itemMomentNotes[collectionView.tag].count << always nill

how to fix this

myusuf08 avatar Nov 30 '16 09:11 myusuf08

Sounds like you're not setting up your data correctly, try tracing the code where you expect itemMomentNotes to be set and make sure it's working properly.

ashfurrow avatar Nov 30 '16 15:11 ashfurrow