ipad

UINavigationController navigation stack problems in Landscape Mode

I have a iPhone application that I am currently converting to a Universal Binary to work with the iPad. I have successfully implemented everything I need in terms of layout so that full landscape functionality is now supported in my app (previously I primarily used portrait mode to display content). But, I have one strange problem, and ...

Cocos2D : How to detect that I moved a sprite in a specific zone ?

hi there, 2 things I'd like to do with cocos2D : 1) set a random board based on 6 png files (like a 6 tiles boardgame) 2) be able to move a sprite/pawn with my finger and detect on which tile the sprite/pawn was moved and trigger a specific action depending upon which tile is under my sprite/pawn... any code examples ??? cheers, Tibi...

Customize iPhone view for iPad

I have converted a very simple iPhone app to Universal app. Now I need to customize the view on the iPad to use a higher resolution image for the background, move and resize some labels, etc. How can I do it without changing the iPhone version? I can see that there is a new MainWindow-iPad.xib, but when I open in IB, it looks empty. Th...

iPad development in assembly

Instead of C/C++/Objective-C, is it possible to write parts of an ipad application in raw assembly? ...

Removing Divider Line from UISplitViewController

Guys, I know a similar question exists but the thread seems to be inactive, and I really would like this question to be answered. It's been annoying me for a few days now. I'm wondering how to remove the divider line between the Master and Detail view in the UISplitViewController. I know its possible to remove/hide/cover it up because I...

Setting up Google Toolbox For Mac for XCode 3.2 iPad project?

I'm attempting to get google-toolbox-for-mac working with my existing XCode 3.2 iPad project, but am unable to. I'd appreciate suggestions on what I am doing wrong. I followed the basic project setup found here: http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting When I try to build my project I get 5 pages of consol...

Getting started in Mac Development; No Mac.... What Do?!

Possible Duplicate: How can I develop for iPhone using a Windows development machine? Hi folks, With all the RDF et al around King Jobs' newest glass beermat, I'm getting the feeling that its a good time to add the 'iphone/ipad developer' string to my bow. One problem (two if you count not being in a financial position to s...

iPhone UIScrollView ContentSize has extra height when rotating/converting to landscape

Hello all, Doing some iPhone dev, have the app working quite well. However, I have a UIScrollView with autoresizing content and contentSize which works quite well, except when I rotate to the landscape view it always has an extra 100 or so pixels on the scroll height. I don' want users to be able to scroll so far past the content. Has ...

UITableView in popover doesn't stop scrolling

I have a UITableView being shown in a popover. One cell in my table view has a UITextField in it. When the text field is being edited (the keyboard is visible) and I rotate the device from portrait to landscape and then try to scroll the table view, it keeps going past its bounds, instead of stopping and "bouncing". Does anyone know how...

Is there any physics engine SDK for iPhone/iPod touch and iPad?

Is there any physics engine SDK for iPhone/iPod touch and iPad? ...

How to test website for ipad without having ipad , in both condition Portrait and landscape?

How to test website compatibility for iPAD without having iPAD , in both condition Portrait and landscape? on Windows PC ...

UITextView on iPad INCREDIBLY Slow

I have an NSMutableArray of custom views (that are pretty much 1 UITextView and 1 UILabel with a custom back ground image), these are created as they are need (I start with 2 (though the first one is only 2 UITextFields and the other is normal) of these). Now my issue here seems to be this: as soon as I try to edit any UITextView past t...

Learning using layers and CoreAnimation for iphone

Except for the official docs, what is a good resource for learning how to use CALayers and Core Animation efficiently/correctly? ...

bleed through effect in ipad

hi i want to know is there any animation bleed through effect in ipad?????? ...

Downloading & Viewing ePub Books

I have the following requirements for an iPad App and would like to know if it's possible to implement them: Download ePub books and view them in iPads iBooks reader Install the downloaded book in the devices itunes library, so that they are accessibly from the iBooks applications ...

How to make the Movie Player Controls work when we are playing it in a subview?

I am able to play the MPMoviePlayerController sucessfully in a subView of the mainView. Only and the main problem is that, when the video starts playing it will suddenly display the controls at the bottom of the movieplayer and it will dissappear. I am not able to do anything on the controls. And they wont appear again whatever I do. Usu...

Design views in IB and use them few times with different content?

hi, is it possible to design a view in interfacebuilder and use it dynamically a few times? the view structure is - UIScrollView - UIView - UIImageView - UILabel now i want to dynamically create multiple instances of the UIView in a for loop with different UILabels and UIImageViews. I want to give them side-by-side in the...

SplitView within TabBarContoller on iPad

Could anybody please suggest the route to create splitview on top of TabBarViewController? ...

What is the difference between #ifdef __IPHONE_3.2 and #if __IPHONE_3.2?

Hi, I have an iphone app that needs to work for 3.1.3 for the iPhone and 3.2 for the iPad. It is an iPhone app that I want to work on the iPad. The main difference is the MPMoviePlayerController which introduces/and deprecates lots of things in 3.2. Since, the iPhone OS only goes up to 3.1.3 and the iPad is on 3.2, I need to seper...

How to compare two times in milliseconds precision?

I have a subtitle text file that works with standart srt format 00:00:00,000 Hour, minutes, seconds, milliseconds. I want to create a timer to update the subtitle screen and check the current time to know what subtitle show on screen. Which is the best to use? NSTimeInterval, NSDate? I think the best is to convert all to times to mil...