iphone-sdk-3.2 Questions
7
Solved
I'm trying to load a PDF file stored in Resources into a UIImage/UIImageView object in the iPhone SDK. Is this at all possible without converting the PDF to an image? If not, what are the member fu...
Baloney asked 1/3, 2010 at 21:25
9
Solved
I'm working on an iPad app using 3.2 sdk. I'm dealing with obtaining the keyboard size to prevent my textfields from hidding behind it.
I'm getting a Warning in Xcode -> UIKeyboardBoundsUserInfoK...
Columelliform asked 11/5, 2010 at 0:28
9
Solved
When I set the backgroundColor for my UITableView it works fine on iPhone (device and simulator) but NOT on the iPad simulator. Instead I get a light gray background for any color I set including g...
Headstrong asked 22/4, 2010 at 3:13
26
Solved
While attempting to debug a build created using the 3.2 SDK on an iPhone device I receive the message "A signed resource has been added, modified, or deleted.".
I can clean, rebuild, then install ...
Localize asked 28/1, 2010 at 21:9
9
Solved
I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller object can not be added to ...
Beet asked 19/3, 2010 at 5:24
4
Solved
I have implemented UIApplicationDelegate's
application:didFinishLaunchingWithOptions:
and
application:handleOpenURL:
according to specification, i.e.,
application:didFinishLaunchingWithOpti...
Coulometer asked 31/8, 2010 at 19:24
8
Solved
Apple advises using the following code to detect whether running on an iPad or iPhone/iPod Touch:
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
// The device is an iPad running iPho...
Petronia asked 5/4, 2010 at 0:7
6
Solved
HI there,
I'm trying to use UIScreen to drive a separate screen with the VGA dongle on my iPad.
Here's what I've got in my root view controller's viewDidLoad:
//Code to detect if an external dis...
Foggia asked 17/4, 2010 at 23:25
3
I've added my custom font to UIAppFonts and it's loaded just fine: (shows up in [UIFont familyNames] ). When I manually set the font in viewDidLoad { [myLabel setFont: [UIFont fontWithName:@"Custom...
Huda asked 10/5, 2010 at 12:3
2
Solved
I don't understand how to define the (CGRect)rect in order to control the position of popover, and the position of the arrow.
For example, I have a 1004 x 768 view, how can I put the popover at l...
Palette asked 5/6, 2010 at 13:53
1
Solved
I've got some code that relies on comparing two NSIndexPaths and executing different code based on their equality or lack thereof (using -isEqual). Most of the time it works properly, but sometimes...
Sackbut asked 24/9, 2010 at 21:13
2
Horizontal gradient is working fine. Is there any way to get a vertical color gradient from horizontal gradient?
I have seen a related question regarding this where they did this by rotating the fr...
Spurge asked 16/8, 2010 at 5:43
3
When building an iPad only application I get the following warning:
"warning: building for deployment target '3.2' should omit the armv6 architecture."
I would like to edit the Architectures sett...
Demonography asked 21/3, 2010 at 19:11
6
Solved
Is there a specific Xcode compiler flag that gets set when compiling for iPad?
I want to conditionally compile iPad vs iPhone/iPod Touch code for example:
#ifdef TARGET_IPAD
code for iPad
#else
...
Iolanthe asked 29/1, 2010 at 4:54
1
Solved
I am developing an iPad application in which I need a table view ( style grouped ) having background color as clearColor.
My problem is
[self.tableView setBackgroundColor:[UIColor clearColor]];
...
Dactylo asked 19/3, 2010 at 10:48
1
© 2022 - 2024 — McMap. All rights reserved.