Possible Duplicate:
iPhone storekit sandbox stopped working.
Hi.
I updated today to version 3.2.2 of the iPad iOS and I noticed that my In App Purchase testing was not working.
I am using a test account and everyhing was working until now (our app is already live since june and the real in app purchase works), but today I wan...
Hello
I would like to know if a removeFromSuperview does remove also subviews from the subview (in case if i have more image-views in a scrollView as Subview....).
Thanks !
...
Hello all,
So I suspect this to be a project problem as opposed to a code problem. I am still relatively new to xcode. I am trying to access the ABAddressBook libraries and have included them in the project alright.
![alt text][1][1]: http://i.imgur.com/lBaW0.png
Now when I try to say import "ABAddressBook.h", it doesn't know what I...
Hi is there any way to detect iPad keyboard hiding button ? i mean when user press this button :
something going to happen !
...
I have my page all set up perfectly and the height & width's are all working great. But I have a draggable element and if you drag it to the side/corner of the page, it starts shrinking the whole page instead of cutting off the element on the edge. The element is always visible where ever your dragging, its just the rest of the page shri...
Hello. I have the following code that saves the users sketch data to a file...
//Auto Save the sketch
NSString *filename = [NSString stringWithFormat:@"%@.png", sketchID];
CGImageRef imageRef = CGBitmapContextCreateImage(paintView.canvas.mBitmapContext);
UIImage* image = [[UIImage alloc] initWithCGImage:imageRef];
NSData* imageData = U...
Hello. I'd like to build in some weather functionality into my app and I'm going to be using the NOAA weather web service to retrieve the weather information. The NOAA website has a great deal of information on how the data should be requested and how the resulting data is structured. I'm new to iOS development, so I just need a littl...
Currently implementing vectorial interface elements on iOS is very peculiar, UIImage advertises support only for raster formats but i am able to set a pdf file as the image of a UIButton in IB and it renders with good antialiasing, however the image is not visible on either iphone or ipad running iOS 4.x and 3.x, the only way to have it...
Instruments is failing to start on my iPad and iPhone. Both are correctly provisioned and I can debug code on them from xcode with no problems, but Instruments fails to start.
All I get is a beep. I looked in the Mac Console logs and I see several of these:
8/18/10 5:46:27 PM Instruments[1406] -[NSCFArray length]: unrecognized select...
Hi, I’m an experienced developer, but relatively new to iOS.
I’m having some trouble with an iPad App, where my views are not responding to button touches in the bottom third of the screen. Touches on other buttons are working fine, so I know my views are getting hooked up properly when they’re loaded (I’ve created them in IB.) I get ...
I have this:
function dontMove(event) {
// Prevent page from elastic scrolling
event.preventDefault();
}
&
<body ontouchmove="dontMove(event);">
This, on the ipad, stops it from being draggable and does not allow that grey background the ipad has when you drag a whole page around to show up.
I have seen on another website ...
When my iPad is connected to my bluetooth scanner it won't show the keyboard in my app.
Anyone know of a work around for something like this?
...
Hi,
I tried mirroring the screen of a simple new TabBarApplication with iphoneos-screen-mirroring for iPad:
http://code.google.com/p/iphoneos-screen-mirroring/
Everytime (also without including the code) if I try to activate the TV-out in Simulator mode the app crashes without errors.
If the external TV-out is activated it staies bla...
I think I've done all I should to detect a shake, but motionEnded:withEvent: never gets called. (One wrinkle is that I don't have a UIViewController - my app is based on the "OpenGL ES App" template.)
I've added application.applicationSupportsShakeToEdit = YES; to my application:didFinishLaunchingWithOptions:, and
- (BOOL)canBecomeFir...
in xxx.h
UIButton *b1, *b2, *b3;
in xxx.m
b1 = ---- similarly for b2 and b3
Now I want that on Click event I store the title in the string. How i can achieve it?
In Other Words:
What function/method would I have to implement in my View Controller class to handle a click event on a UIButton?
...
When I click a button Its title should be hide. I do't want to set the title to empty string @"". So, How can i do this?
...
Hello All,
Can someone please give me an idea of how the WIRED Magazine on iPad works, I want to build a similar application and want to know how I should start this.
Thanks
Saurabh
...
I'm displaying a popover in ipad with a uinavigation bar. On the second view I have a UISearchController that can display a keyboard. The keyboard pushes the popover up which is fine. However if I now push the 'back' button on the UINavigation bar it dismisses the keyboard which is fine, but the popover doesn't slide back down to its ...
hello all i have a viewController in place of Custom Cell and viewcontrollers size is (0,0,768,160) in iPad and i am displaying that view controller in my table view i have a label, WebView and Image View in that Viewcontroller I am able to display the data perfectly in portrait mode but when I shift to Land Scape mode it doesent resiz...
Hi,
I have the following problem.
I have an iPhone app and want to upgrade to universal
When I do this, I get the expected MainWindow-iPad.xib.
But the size of the window is hardcoded to 320x480.
Also, there is no view in the window.
I red, this should be automatically iPad-sized, so I am assuming I am doing something wrong.
What exactl...