• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UISplitViewController + UIView on UIWindow
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UISplitViewController + UIView on UIWindow


  • Subject: UISplitViewController + UIView on UIWindow
  • From: Flavio ceolin <email@hidden>
  • Date: Wed, 14 Sep 2011 14:06:16 -0300

Hello folks,

I'm trying to put an UIView (such as footer) on an UIWindow below the
UISplitViewController,
but until now I had no success.

Basically, I'm doing it inside the didFinishLauching method:

self.window.rootViewController = self.mySplitViewController;
self.window.rootViewController.view.frame = CGRectMake(some_position);

UIImageView *img = [[UIIMageView alloc]
initWithFrame:CGRectMake(some_position_below)];
img.image = [UIImage imageNamed:@"some_image"];
[self.window addSubView:img];

------------------------------------------------------------

Could someone tell me how to do it ?

BR, Ceolin.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: UISplitViewController + UIView on UIWindow
      • From: David Duncan <email@hidden>
  • Prev by Date: Re: Implementing a "Synchronous Channel" with dispatch
  • Next by Date: Re: Implementing a "Synchronous Channel" with dispatch
  • Previous by thread: Re: How to subscribe to Xcode users list?
  • Next by thread: Re: UISplitViewController + UIView on UIWindow
  • Index(es):
    • Date
    • Thread