I can't find any support for GL_TEXTURE_RECTANGLE_ARB in OpenGL ES. Is there any extension specific for iPhone or iPad which can render arbitrary sprites (non power of two)?
Thanks for help.
Hi,
I am using media player control in my iPad application. I want to stop going media player into full screen when user click on Full screen button.
Is this possible?
Thanks,
Jim.
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?
Hi,
I have a video store in my bundle, how can I display a thumbnail of it with the new Media Player Framework from the Ipad (thumbnail + the white play button on it), I can also store my video online it will be better.
Someone have an idea?
best Regards,
How do you load a view on top of another view in the iPad like in the wordpress app when it asks you to setup your blog. Can you show or post me some sample code. I have an NSUSerdefaults setup so it will display this on the first launch. I would like this view to look like this http://uplr.me/files/p45064.png
See how it has the shaddows and the view is darkened in the back. Thats what I am trying to do.
Hello,
I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed.
How is this possible? What do I have to change? (target settings, info.plist, etc.?)
Here's an example of the type of background image I'm talking about...
Clearly, there's a pattern in it. My question is, if this were an iPad app and the background image was twice the size, would there be any significant benefits to taking advantage of this pattern by tiling the image? Or would it really make no difference in terms of performance and just be easier to load the entire image into a UIImageView?
Thanks in advance for all your wisdom!
Does anyone know if it is possible to access the iPad's camera connection kit? I would like to read the files off the connected mass storage device. Would this be possible or is this something that only Apple can do in there apps.
Thanks
Hi, I am using the same technique as i populate my UITableView in iphone while writing my iPad application.
Tab Bar Controller UINavigationControllerUITableViewController of type myCustomTable(load From NIB)
MyCustomTableViewController NIB and class file implements the delegate methods
@interface MyCustomTableViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> {
NSMutableArray *PDFList;
IBOutlet UITableView *PDFTable;
}
but my delegate methods are not getting called. What do i do?
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
I am looking to increase the size of my iPad simulator when it is fired up on my mac, how would I go about doing this?
The size of the simulator right now is very very small, I can't even see the text on it!
Hello everyone,
I created a manifest file with 1000 items. Safari, Mozilla browsers are saving the files offline successfully and even Android saves the files correctly offline.
On iPad and iPhone when I am trying to save more than 300 items in some point the applicationCache returns "error". When I am trying to save less (e.x.: 200) it saves the files correctly and the applicationCache returns "cached".
Any ideas?
Thank you.
I am new at ipad and iphone development.
I would like to parse the table content of a PDF file.
This way i can map page number and set an internal link so i can jump to that page.
Could you please provide me a sample of code ?
When developing for iPhone/iPad do you
Do unit/integration/etc testing?
What framework(s) do you use?
What other framework(s) have you tried (if you decided to not use them, why not?)
NOTE This is based on a question asked a few days ago (that has since been heavily edited). Question generated some interesting responses that may be useful to aggregate in one place.
Anybody have problem with their existing app not working in the iPad simulator?
I have a iPhone app which is a navigation-based app with tab bar and multiple tableviews -- and none of the table is showing up.
Any ideas?
I have no real need for the entire SDK, my project involves mainly JS and CSS on an ePub structure. My fiend lend me his MacBook on which I'm typing now.
I can create everything on a PC box, import to the MacBook and than test it on the emulator.
So - how do I install an iPad emulator on a MacBook ?
Thank you for your assistance.
Is it possible for me to create a ipad application and install it on a device that is located at a remote location? Can this be done if I have its device id?
In the google maps app in iPad, when the user taps twice on the "locateMe" toolbar button, the map shows the user's direction (I mean orientation, whether facing east, west, south, or north). Is that available in the sdk 3.2? how would I do that with a mapview?
I've few excel sheets and i want to distribut them along with ap.
I want to create an application that open those excel sheets, allow user to modify the content and save the excel sheet as new file.
For that purpose, I think I can open excel sheets in UIWebView that allows editing as well.
But the trouble is, can I save edited Excel sheet in UIWebView back on to iPad?
If Possible, how?