-1

I don't know how to change width masterview in splitview, now this is fix width 320px, I wanna resize down width 100 or 200px, I wonder how to change this.

Thanks in advance.

BlueSky
  • 139
  • 3
  • 9

1 Answers1

1

You've got to use custom SplitViewController, because you cannot change the width of standart layout. You can:

etolstoy
  • 1,798
  • 21
  • 33
  • thank you for answer, but i'm using storyboard, XIB is very old performance. Can you have a difference solution – BlueSky Feb 09 '14 at 11:25