954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Iphone Frames and Bounds

How to set views using frame for both Iphone and Ipad

Legomani
Newbie Poster
1 post since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

You have to make two different UI layout for both. iPhone and iPad.
In your code you have to check the current device using a macro defined in UIKit
** UI_USER_INTERFACE_IDIOM()**
The macro will return an enumeration
UIUserInterfaceIdiomPhone or UIUserInterfaceIdiomPad.
Depending on you use the according view in your viewcontrollers

bambam2174
Newbie Poster
2 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
 

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: