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 ...
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 ...
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.
...
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...
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...
...
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?
...
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...
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?
...
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...
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
...
Anyone have code to do this? Just checking before I have to "re-invent the wheel" and write this code from the spec.
...
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...
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 ...
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 ...
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...
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?
...
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?
...
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 ...
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...
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.
...