Datasource and delegate for tableView in a tableViewCell Swift -


i need make inner tableview , tableviewcell deque identifier cell2 it's outer tableview & tableviewcell deque identifier cell. outer completed datasource , delegate, when i'm trying connect inner tableview , tableviewcell don't know connect delegate/datasource to.. make new class subclass what? please out in swift language or swift2 no objective c please! thank guys!

since many people incompetent answer question found answer problem!!! not rude, down thumbs me down because don't understand clear question of concept. thanks. hope helps! i've solved it. firstly, need make iboutlet innertableview subclass mine subcell inherits uitableviewcell. in awakenib -> put self.innertableview.delegate = self, self.innertableview.datasource = self, implement requirement protocols of uitableview datasource , delegate


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -