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

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -