Re: a bug in iphone SDK's creation of view based xib files.
Re: a bug in iphone SDK's creation of view based xib files.
- Subject: Re: a bug in iphone SDK's creation of view based xib files.
- From: Roland King <email@hidden>
- Date: Thu, 3 Sep 2009 20:37:51 +0800
(a second related thing is:) setting the Simulated Status Bar to
disabled, does not actually disable the status bar, (it does
inside of IB, but inside the iPhone simulator after it is compiled,
it does not) one has to also edit the XIB to actually turn off the
Status bar?? (maybe i am missing something there)
No it's just there to let you design your screen for an iphone app
where the status bar is turned off, it's a design tool. I'm sort of
amazed that it's even possible to edit a XIB and remove the status
bar, I didn't know the status bar was in there, either way that's not
the way you do it. Type 'status bar hidden' into the documentation
viewer and it should give you both a link to UIApplication's
statusBarHidden: method and the PropertyListKeyReference which tells
you to set a UIStatusBarHidden property in your plist file. If you
edit the plist file it should even give you a list of possible keys in
english, I think this one says "Status Bar is initially hidden' or
something like that. Just set it and run your app.
_______________________________________________
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