I need to add UIScrollView in the top of UISplitViewController's view (so it will be common for all split views in this controller). At first I though about [self.mySplitViewController.view addSubview:self.myScrollView]. But may be it exists better solution.
Update
Thank you in advance.