0

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

enter image description here

Thank you in advance.

Inspiration
  • 65
  • 1
  • 8
  • Are you wanting the UIScrollView in the detail or master view of the UISplitViewController? – Snips Sep 03 '12 at 09:15
  • I want, it would be 1024 px width, so scroll view should be in the top of both detail and master views. Look at the picture in the update. – Inspiration Sep 03 '12 at 09:25
  • Are you wanting the UIScrollViewController to cover (and therefore hide) the UISplitViewController? It doesn't make sense to me otherwise. – Snips Sep 03 '12 at 09:55
  • 1) I want scroll view, not scroll view controller. Look at the image. Top part is scroll view. detail + master = split view controller. – Inspiration Sep 03 '12 at 10:14

0 Answers0