Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
collectionview.tag always nil
return self.itemMomentNotes[collectionView.tag].count << always nill
how to fix this
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.