ipad

How does the iPhone know which OpenGL ES context to use between 1.1 and 2.0?

I've been digging around the net recently and noticed some video tutorials show an older template (pre SDK 3.2) with one OpenGL ES context. Now there are two of them, which, I've gleaned are the two versions of OpenGL ES available on the newer iMobile devices. Can I just use the older one or do I need to do everything twice? How do I ...

sending action to previosu view when using dismissModalViewController iphone

Hello - I am using presentModalViewController to display a view which allows the user to modify data that is being displayed in the first view. After the user has updated the data, I would like to send [tableView reloadData] to the first view. Is that possible? Or is there a method I can create in the first view that gets called when ...

iPad:How to convert iPhone apps into iPad compatible?

Hello friends, I have several iPhone apps, which i want to convert them to iPad. Is there a link where i can have a look at simple procedures about how to convert iPhons apps into iPad compatible? I already installed 3.2 SDK etc., having development environment ready. Forgive me if it is a repeated question. Thanks for your helps. ...

Undo "Upgrade Current Target for iPad?

I've upgraded current Target for iPad and I dodn't like the result. Now, i've tried to downgrade by deleting files but it's not working. Help! Do I need to change project settings? Does XCode keep a backup of the project? What to do... It doesn't run on iPhone anymore... EDIT: The console crash log on the iPhone Simulator: 2010-05-1...

Things to keep in mind while developing iPad Application from existing iPhone Application

Hello All... I would like to know some of the things before entering into the arena of iPad. I have iPhone Application in AppStore. Now going to start the work on same app for iPad, so what are the things that I should keep in mind before developing it ? Thanks in advance... ...

How can I debug VGA Out on an iPad?

The Dock Connector to VGA Adapter (required for VGA out on the iPad) uses the Dock Connector, so I can't have my laptop connected at the same time. I remember reading something about a Remote debugger, but despite lots of searching, I'm unable to find it. How can I run the debugger to test VGA output of my iPad app? ...

Using a single xcode proj for iphone and ipad- can I use same push notification certificate ?

Hi I am looking for extending my current iphone app for iPad-specific UI. For the same Apple has mentioned 3 ways, however I am using the method where a Single XCODE proj is used for having 2 targets- iphone & iPad. There are a few queries: two binaries will be created , which I can price differently for selling. Will they need 2 have...

Background image in a UITableView in the Root View of a Split View

I have an iPad app with a SplitView. On the left (in the RootView) there's a UITableView. How to insert a background image in that UITableView? ...

Fix keyboard orientation in landscape iPad app (upside down keyboard)

I'm converting a landscape (UIInterfaceOrientationLandscapeRight) iPhone app to be a universal app. So far I've got the orientation working properly: the iPad version will launch with the right splash graphic and start in the right orientation (LandscapeLeft or LandscapeRight) depending on how the user is holding it. But: when I trigge...

Not getting clicks in iPad version of my iPhone application

Hi there, Using the latest SDK from Apple, I noticed that while running on the iPhone works fine, the iPad version of my application doesn't "accept clicks" on any view/widget that is outside the "bounds" of the standard iPhone screen. Any idea? Thanks, Reuven ...

Creating RTF docs on the iPad

Anyone have code to do this? Just checking before I have to "re-invent the wheel" and write this code from the spec. ...

XCode linking error when targeting armv7.

I've already spent countless hours puzzling over this, utilizing Google searches and other Stack Overflow questions to no avail. I have an iPhone/iPad universal application, which seems to compile fine when the target is armv6. However, when the device is iPad, I get this warning: warning: building for SDK 'Device - iPhone OS 3.2' req...

Why does my UIView position change in ways I don't expect?

My iPad app does not do what I expect it to when launching and rotating views. AppDelegate has mainController.view as a sub-view and mainController has splashController.view as a sub-view mainController responds to willAnimateRotationToInterfaceOrientation by calling it's sub-view controller method of the same name (and then the super ...

Slow synch of files form iPad to webserver?

I'm building a recording iPad application that will take some moderately large recordings on the iPad (5-10 minutes of full audio roughly 5-10Megabytes in size.) How can I synch such large files to my web server for use? I want the synching to occur asynchronously in the background. Is there an existing library/utility to synch files ...

Accessing UIPopoverController for UIActionSheet on iPad

On the iPad, one can show a UIActionSheet using -showFromBarButtonItem:animated:. This is convenient because it wraps a UIPopoverController around the action sheet and it points the popover's arrow to the UIBarButtonItem that is passed in. However, this call adds the UIBarButtomItem's toolbar to the list of passthrough views - which is...

iPad cover flow

I use FlowCoverView (http://chaosinmotion.com/blog/?p=295) for cover flow. However, the textures this library creates are limited to 256 pixels maximum, and I would like to show bigger images in an iPad cover flow. What do you use for cover flow on the iPad? Is it possible to modify this library to make the textures bigger? ...

Record directly to .mp3 files on the iPad?

The SpeakHere demo application that Apple provides records to Apple's .caf format. Is it possible to record directly to .mp3 format on the iPad/iPhone? ...

avaudioplayer interferes with mpmovieplayer on ipad

my app plays video and audio. however, i have a problem where once i play an audio file using avaudioplayer, the video refuses to play. when i play the video first, everything is fine. but if the audio is played first, any time i try to play the video it simply pops up the video player but will not play the actual video (you can use the ...

Ipad SplitViewController navigating to another view

Hi, I am trying to navigate to a different view in the detailview of the splitviewcontroller. I dont want the new view to display in the split view. I am using this code to change views. This works ok in portrait orientation, but in landscape the split view table view still appears. Can anyone help with this? Next *any = [[Next al...

Can iPad know when your iPhone is close by?

Is there a way to create a background app( once this is available on the iPad ) that can detect when your iPhone is close by? So I'm thinking that it would require the use of bluetooth. I'm thinking you could use this for syncing and such. ...