Apple: iPhone app in landscape mode, 2008 systems.
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
Tags: landscape objective-c ios
Source: By Michiel de Mare as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 4.0
Related code-snippets:
- How are reference counting compiled by Cocoa and Objective-C?
- How can we access iSight programmatically?
- How can you name instances and parameter?
- How can I capture the events in NSTextView?
- In Cocoa which I prefer to use, NSInteger or int?
- Drawing view hierarchy into a specific context in Cocoa. The concept behind constructing view hierarchy as a preprocessor, in a system and in Cocoa Script.
- What is null defined macro?
- What is the difference between String constant and String literal?
- How do I launch google maps on an iPhone?
- How do you pass data around?
- NSEnumerator performance vs for loop in Cocoa, vs NSEnumerator in Java C.
- What is the difference between method and dot notation in Objective-C. Performance is similar across platforms in Objective-C.
- How do I delete emails from Exchange IMAP on an iPhone?
- Why is the iPhone app so small?
- Is the iPhone simulator to be used only on Intel mac?