Size of split views in UISplitViewController? No hard-coded values please...
Posted
by Steve
on Stack Overflow
See other posts from Stack Overflow
or by Steve
Published on 2010-05-07T14:44:44Z
Indexed on
2010/05/07
14:48 UTC
Read the original article
Hit count: 319
uiviewcontroller
|ipad-splitview
Hey,
I'm building view hierarchies programmatically, without using a nib, for the master and the detail views in the UISplitViewController. My problem is that I do not know how large those views are. Well, of course, I know their hard-coded values... But I want to be a good citizen and not use hard-coded values and instead query them. Problem is that I have no idea how... Do you?
Thanks in advance,
/Steve
© Stack Overflow or respective owner