My app contains only one UISplitViewController
. Now I want to add a floating button on top of the window. But it is not possible to use the storyboard to drag a button to the UITableViewController
of the master view, because by default, the master view contains only a UITableView
.
How can I do it?