I want to design a view in xib and load it.
(This will be used as a footer view of tableView, and I don't have a xib at the moment for the viewController which will have the tableView.)
Suppose I will use this view from multiple places.(this footerView can be attached to tableView1, tableView2, etc)
The xib contains a view and this view contains a UIButton
I'd like to connect UIButton's touchUpInside event to something(File's Owner?, I'm lost here)
What should I do to use this UIButton?