I have an iPhone app which I have created as a universal iPad/iPhone app. I\'ve implemented a splitviewcontroller for the iPad version... all fine.
I am using the standard rotation code present in cocos2d 0.99-rc0 to support portrait + two landscape modes. I am showing the menu in portrait mode, and then the screen rotates to landscape for the ac
I have the following code which allows me to rota开发者_Go百科te my specific view to landscape, however once it goes to landscape it will not rotate back to portrait? Any help is appreciated.
I\'m using orientation for my application in iPad. i need to increase my orientation speed while i do the orientation(landscape, portrait, portrait upsidedown, landscape left, landscape right). but it
I developed an Android application that uses many services, including GPS and orientation (compass). The genre of the application is AR (augmented reality) and I\'m moving image views around the scree
I have a CSS border on the HTML tag of my site, when I viewed it on the iPhone it didn\'t respect the border as part o开发者_StackOverflowf the width and some of the div\'s overlap as oppose to having
In my iphone app, im using a UITableView with each row containing 3 photos, and they are separated by a space = 50.0 pixels.
I am using viewflipper for fling gesture recognition everything works fine for 2.0 and prior but in 2.2 and 2.1 it throws exception as \"java.lang.IllegalArgumentException: Receiver not registered: an
My iPad app displays a movie full screen using the convenient MPMoviePlayerViewController class. I present it like this:
I am trying to display an image from a URL, which may be larger than the screen dimensions.I have it kind of working, but I would like it to scale to fit the screen, and I also have problems when the