ipad

Xcode Memory problem, unloading and loading views from delegate

Hey guys just a quick question: Overview: I have a basic magazine app, it has multiple view controllers, who have 2 views each. one landscape and one portrait view for visual reasons. The app delegate has all the actions in it. These are called from the view controllers using : The_Ride_Vol_1AppDelegate *mainDelegate = (The_Ride_Vol_...

where is the documentation listing the elements that are targets for touch events in iPad?

I have been looking for a list of HTML elements that are valid targets for touch events on the iPad but haven't found it in the online Apple documentation for handling touch events. I know that a span element can be turned into a touch target by adding a dummy onclick handler, but that trick doesn't work for all elements. I would be ve...

Differences between iPhone OS v2 and v4?

Hi Can any one say difference between the iPhone OS 2+ till 4 and what's the main difference in the OS as well as the development in xcode.. Thanks ...

error console shows "GuardMalloc"

Hi May i know y? it shows error like this(following error).may i know what for it shows me like this GuardMalloc: Allocations will be placed on 16 byte boundaries. GuardMalloc: - Some buffer overruns may not be noticed. GuardMalloc: - Applications using vector instructions (e.g., SSE or Altivec) should work. GuardMalloc: GuardMalloc...

multiple xibs help

If i want multiple view controllers for aesthetic reasons with 2 views each, what is the best way to call them and dismiss the view for memory performance from the app delegate, say the xibs are called p1 p2 p2 etc ...

Ipad Split view controller

Hey guys is there any way when i rotate an ipad split view app that my view could take up the full screen instead of the menu or resize it. I like the portrait mode with the menu in the button. How would i go about doing this. Cheers ...

auto-lock iphone/ipad programmatically

Hi, Is there a way to 'force' the user to have auto-lock (and maybe passcode lock) on while the application is running (for security reasons mainly)? If we can't set them programmatically, can we at least check to see if they are set? Thanks, Mihai ...

NSManagedObjectContext: autoupdate or not?

Hi everybody, I need to understand something about NSManagedObjectContext update. I have a UISplitView with a UITableViewController on the RootView and a UIViewController on the Detail View. When I tap in a row with data, I load some data into labels and a UITextView where I can update that field: - (void)textViewDidEndEditing:(UITextVi...

Need help with an activity indicator

I can't get my activity indicator to work. Here's what I've got- -(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:YES]; //Create an instance of activity indicator view UIActivityIndicatorView * activityIndicator = [[UIActivityIndicatorView alloc] initWithFrame:CGRectMake(0, 0, 20, 20)]; //set the initial property [activityIn...

How should I approach building a Universal iOS app that will include iOS 4 features, even though the iPad doesn't yet run iOS 4?

I'd like build a game for both the iPhone and iPad. As such, it would make sense to start this project from scratch as a universal app. However, iPhone and iPad currently run two different versions of the iOS since iOS 4 isn't available for the iPad yet. There are two iOS 4 features (GameCenter and iAd) that I would like to support in...

How can I suppress keyboard popup on an iPad HTML5 app?

I’ve written an HTML5 application for iPad. It has one input field. Every time a user comes to this page, the popup keyboard appears. How can I suppress this default behavior within HTML5/JS context? In my app, if you type in a login & password, it shows another screen (without page reload). But the keyboard still exists, and you have ...

PowerVR SGX535 Shader Performance (OpenGL ES 2.0)

I'm currently working on a couple of shaders for an iPad game and it seems as if Apple's GLSL compiler isn't doing any optimizations (or very few). I can move a single line in a shader and drop my FPS from 30 to 24 but I really have no idea why this is happening. Does anyone have any references for the following: what PowerVR instruc...

How can I get notified when it reaches a certain time of day in an iPhone application?

I am working on an application that needs a method to be called at a certain time (15 minutes past the hour to be exact). Is there a way to make this happen without consuming a ton of CPU and battery life? I've tried searching and just can't find an answer anywhere. Any help is appreciated. Thanks! ...

How can I use the Apple SDK on the PC?

I have a need to build apps for an iPad but I do not have a Mac, is it possible to run the Apple SDK on a PC, through an emulator or some other method? ...

Use OpenFlow in iPad application

OpenFlow is used in a lot iPhone apps, and there are several good posts about it http://apparentlogic.com/openflow/ http://stackoverflow.com/questions/718984/open-source-iphone-coverflow-like-library I also check out the source codes from github, but seems like it is one year ago. Now, I plan to use it in iPad app. That means I need...

Styling the UIPopOverViewController

Hi there, I've seen a few apps on the iPad recently adding a bit of design to the pop overs. Does anyone have any pointers on how you would go about changing the pop overs design without writing your own? I'm hoping to achieve something like the pop overs in iBook or Calcbot. Cheers ...

JavaFX for iphone ipad

i need to know that can JavaFX application run into IPHONE IPAD? Is there any JavaFX runtime in these device. ...

What resolution should I make my image backgrounds for my universal iOS app so that it supports the Retina display?

I have a universal iOS app with a custom view that has three buttons, each with an image background that extends to the sides of the screen for each orientation (portrait and landscape). The heights of each of the three buttons are the same and all three buttons take up the whole screen. So it looks simliar to this layout (image on the...

Show iphone soft keyboard even thought a hardware keyboard is connected

My iPad app uses an external "device" that acts as a hardware keyboard. But, at some point in the settings, I need to input text and I can't use the "device" ("device" is not a keyboard). So, is there any way to force pop the soft keyboard even thought I have a hardware keyboard connected? ...

How does the mail icon count number show up on the iPad / iPhone

I want to use the same number count like the mail icon for the iPhone and iPad how does that small number pop up over an icon? ...