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
Post a Comment