VC with TableView nested in CollectionViewCell, how can i pass data from TableView back to ViewController – Ios swift
Within my CharacterSelectionVC I have a TableView that is nested in a CollectionView. Each CollectionViewCell represents a part (arms, eyes, pupils, etc.) of my character. Each tableViewCell represents an alternate image for the character part. To display the part's name,…