ipad

Developing on the ipad and will this help productivity

Can the ipad be a productivity improvement tool for software developers. What tools are out there to help while being away from my main work station or laptop ? Are there remote tools available and is touch screen in this case a positive or negative factor ? ...

Help with memory problem on iOS/iPad

Hello - In my app, I have a bunch of different image packs to download. The images are downloaded from my website one by one. The packs contain anywhere from 100-1500 images and each image is about 100KB-200KB. When downloading the images, I have a method that selects the images to download, then I have a second method that does the act...

url not getting inserted in SQLite3 database

Hi All, i'm trying to insert the url links in the SQLite3 database but its crashing does any one have any idea ... y its happening ? if i statically trying to insert any url, it works but dynamically when i get urls of navigated web pages.... they do not insert.... please suggest me how to make it work. I'm using SDK 3.2 this is my i...

cocos2d:Convert iPhone App to Universal App

Hi, I have developed an App app in cocos2d 99.4 using cocos2d box2d project template.It works well in iPhone 4,iPod.....but i need it to convert to universal...i mean iPad version also ......i already upgraded it to iPad version....so that it runs in iPad...but in small size like iPhone... can any one help?? Thanks ...

problem in displaying a xib as Ipad in universal application

Hi all, I have an already running iphone app with target OS 3.1. I am trying to transform it into a universal app. I am not going to change the model, only the xib. So I wrote the ipad xib in IB, then I went to info.plist and add MainIpad Nib for ipad pointing to a proper MainIpad.xib. I also set Target Device Family in project info to ...

Problem Switching Views iPhone/iPad Development

I have two view controllers each with separate views. I switch between these views when a button is touched. Both of these view controllers are set to autorotate in landscape mode (AKA no support for portrait mode). I didn't have this issue before (or didn't notice it) but now when I switch between the views and rotate the iPad, the stat...

Can I use Game Center logo on my app? [Solved]

I'm adding Game Center to my app and I want to put the logo on a screen. Can I do it or it will be rejected? Edit: ok, my app is ready for sale with the logo of Game Center in three different places. So I guess that there is no any problem with this issue. ...

iPhone app size greater than 600MB

Hello, I am building an iPad application for playing the videos. I am planing to include the videos and other related stuff into the app itself. So the app size would be approximately 600MB+. I have found that Apple allows maximum app size of 2GB. Also for the app with the size more than 20MB, WIFI is required. Please guide me whether ...

grid-like control for iPad

Is there any grid-like control in iPad SDK? ...

iPad application out of memory after only 5MB

I've looked carefully at leaks and I have none (very few - all under 400 bytes). I've read a few posts about not using imageNamed calls as they cache the images. I'm not using any of those. I'm using imageWithContentsOfFile. I AM using lots and lots of images. Mostly rendered myself using graphics contexts. I'm releasing everything and ...

How do I duplicate iPad display over TV out?

Is it possible to simply duplicate ipad display to TV out (assuming both have same resolution)? Code like this doesnt seem to work (it is a pretty naive implementation) int i=0; for (UIScreen *screen in [UIScreen screens]) { if(i>0) { UIWindow* extWindow = [[UIWindow alloc]init]; extWindo...

iPhone/iPad SimpleTableViewCells: What replaces the deprecated setImage setText on table cells?

iPhone/iPad SimpleTableViewCells: What replaces the deprecated setImage setText on table cells? The below code gives warnings that setImage and setText are deprecated. So what replaced them? What is the new better way to get this simple behavior? static NSString *SimpleTableIdentifier = @"SimpleTableIdentifier"; UITableViewCell *cel...

Embedded PDF links with Quartz

I want to display my PDF using quartz on iPad. Quartz does not seem to recognize the embedded links though. Is their a solution to this? ...

UIActionSheet Crashes on iPad / not iPhone

When I look in the console I get this message 2010-09-18 17:04:05.284 Wasted Time[8998:207] *** Assertion failure in -[UIActionSheet showInView:], /SourceCache/UIKit_Sim/UIKit-1145.66/UIAlert.m:7073 2010-09-18 17:04:05.286 Wasted Time[8998:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'I...

navigating a .Docset file in iphone app

I want to use a Docset i have created using Doxygen in my iPad app in a tableview, and navigate through the directories. then display the file i click. How would i go about navigating the Docset? i can unzip it, then navigate the directories in that manner, though i'm certain there must be a way of using the file as is and then being ab...

libxml2 use for ipad

When I use libxml2 in my ipad project (i use the dylib and add the header flags correctly) it doesn't build and gives the error: /Xcode4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/usr/include/libxml2/libxml/xmlversion.h:24 Expected '=','','.','asm' or 'atrribute' before 'void'. line 23-25 of xmlversion.h ...

Is it possible to declare a chain of super classes in interface declaration?

This may be a silly question but I haven't found any information on it. Let's say several of the classes in my program derive from 'MySubView' which is derived from another class, UIViewController. I would declare it like this: @interface NewViewController : MySubView { // code ... } @end In the future the client wants a change,...

iPad and iPhone resources - creating resources specific to each that have the same name

Background: I have an image intensive app that was originally made for iPhone and upgraded to iPad using "two device-specific applications." So now, all of my resources are common to both, except the interfaces which are unique to each iPad and iPhone. Problem: My problem is now I have a set of images that I want to display at the full...

iPad Modal View rotates parentViewController View

When the application is in landscape mode (which I plan to force), displaying a modal view causes the parent view to rotate to portrait mode. If I set the return value of shouldAutoRotateToInterfaceOrientation to NO, the parent does not rotate, however the modal then slides in from the side and displays sideways. Below is the code that r...

iPhone / iPad enterprise distribution problem

Hi all, I've just set up our iPhone / iPad Universal app to support Enterprise Distribution. I've hosted the provisioning profile, the plist file, and the application itself (the IPA file) on our private servers. Users can go to Safari on their device and download the provisioning profile and it installs itself just fine. They can also...