I have a UITableView as a subview of my CustomView.
I have initialised my custom view and since the UITableview is an outlet of my CustomView, I am trying to set the delegates of the UITableview in my main view controller.
The UITableView delegates is not being called. My UIView is initialised from the NIB file.
How do I make my ViewController to handle the Delegates of my CustomView
please check that you have set the:
where
selfis the controller.