I develop an application that plays video iPad. the problem is that I am in full-screen video and I rotated the splitviewcontroller shift
here is a screenshot:
http://a.imageshack.us/img9/7660/capturedcran20100907150.png
...
I have an existing iPhone app that I'm trying to convert into a universal app for both iPhone and iPad. Everything seems to work fine when I run it on an iPad device, but I get the following runtime error when I try to run in the iPad simulator:
dyld: Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/S...
Hi all
I have a pdf file in my iPad application. I want to save that pdf file on iPad so that I can read it out of my application. I am using the following path for save pdf file on iPad:-
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAt...
I am simulating an "iPhone-only" app in iPad. The binary simulates fine in the iPhone simulator, but when attempting to simulate in the iPad, the initial background image appears, but then the screen just goes black. (Xcode v4.1, SDK 4.1)
The app has only one view, which is controlled by a single custom UIViewController. (SoloViewContro...
I'd like to test a website with iOS. Is it possible to use the iOS simulator to run the iOS browser?
...
Hi am new to iphone can any body help me,in my ipad app first i have to add 2 r 3 buttons on the top of app,then when I click the button the list of of buttons under that must be displayed down ,if I select any button in that list the action of that button must happen in the bottom of page.
...
Hello!
I'm trying to create an iPad application but am encountering a questionable behavior from the simulator (Can't be tested on a device for now..).
The issue is when having any UIView rotate through its transform property, and then allowing the view containing it to be manipulated by changing the orientation of the iPad. This can b...
Could anyone explain this to me? I've seen quite a few DateFormatter issues around, and all seem to be related, but not exactly what I'm facing here.
Consider the following code:
NSString * CleanDate = @"20101117T020000-0000";
NSDateFormatter* dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"yyyyMMdd'T'HHm...
Hi,
is it possible to develop iPad app on windows, or I'll need a Mac anyway?
...
This is sample code from the Apple and yet does not work correctly on the iPad simulator. I don't have an I've been trying to get it to work correctly on the iPad simulator. The image is offset to approx the center of the screen, but not exactly.
...
I am running iPad simulator version 4.0 - and it appears as though it has no Korean language support.
Does anyone know why, or if there is a way to enable this?
I had Korean support in my iPhone app, and the simulator for that had the proper language support.
...