iPad UISPlitViewController Common View
Posted
by saikamesh
on Stack Overflow
See other posts from Stack Overflow
or by saikamesh
Published on 2010-04-08T08:10:23Z
Indexed on
2010/04/08
8:13 UTC
Read the original article
Hit count: 227
iphone
is it possible to have a common view for both master and detail view controllers.
What if I need to add a header image(at top, the very first view) common for both the master and detail view controllers. When the device is in the portrait mode the width of the header image view has to shrink to fit to the detail view controller's view and when the orientation changes to landscape the width of the same header image view has to be expanded that is the width of it has to be 1024. Please tell me whether doing this is possible. or any workaround for this?
© Stack Overflow or respective owner