objective c - How can I access a table view delegate methods of one controller from another ios -
here issue.
we have pageview controller creates view view controller has tableview in it. after view created click on cell of tableview run function. note tableview:didselectrowatindex not working.
i have put delegate table view second 1 need create header , footer table. tried putting tableview:didselectrowatindex in view controller didn't work.
then thought of including tapgesture each of cell need show details based on parameter both controllers. hope in this
did conform table protocols of uitableviewdelegate , uitableviewdatasource ?
Comments
Post a Comment