ipad

How to stream MMS:// link on iPhone?

I have been trying to find the solution for this but I haven't found out anything yet. Please help me with this if you have any idea about this problem ...

How to stop Safari from reloading after getting an internet connection back?

Hi, If I am using Safari on example an iPad with internet connection, I then minimize safari and go to iPad settings, turn the wifi off and then open up Safari again I get a pop up saying that there's no internet connection and the page doesn't try to reload. I then go back to settings, turn wifi on and go back to Safari, now the page i...

variable image width/height based on screen size

I'm working on a touch panel web page (for my home automation) that is going to run on both the iPad and the iPhone. What I'm wondering about is the ability to dynamically set the size of my touch icons based on the screen size. If I'm on the iPad, I need the icons to be 150px by 150px, but if I'm on the iPhone, I need the icons to be ...

Backing up iphone app while still developing (before its on the app store)

I am developing an iphone / ipad application. My plan is to have my beta customers use it before I have submitted it to the app store to help me work out all the issues. Nonetheless, they will be entering real information to the application. Thus, I would like them to be able to back up the application to iTunes using the sync feature. ...

Update splitViewController from ModalViewController

I need to update on of my splitView's from a modalView, but I am not having any luck. for instance: From my rootView (which is a UITableVIewController) if I set an option to hide a certain section from the rootView table in my ModalView, when I dismiss the modalview, the setting doesnt take affect on screen for the tableview, same goes ...

ffmpeg conversion command to output to h.264 for iPad

I'm looking for a good (general) conversion command that will convert any input file to h.264 sized for the iPad. Currently I have this command that works, that was adapted from robert.swain With presets: /Applications/Miro.app/Contents/Helpers/ffmpeg -i INPUT -acodec aac -ab 160000 -s 1024x768 -vcodec libx264 -vpre slow -vpre ipod64...

iOs why must I implement setCoordinate to have my Annotation move in MKMapKit?

Hi, I am writing an iPad application (os 3.2) which uses MKMapKit to display moving annotations on the map. Information is retrieved via XML from three different sources and collated together in my Annotation class and then displayed on the Map. This information is coming in every 5 seconds. I had this working fine for a few months w...

Porting my Application from iPhone to iPad

I know there are multiple questions about this but I wish for this one to help my specifically with my application. Here is an overview on my application: I have a scrollview that holds a 7-page brochure. On one of the pages, there is an animation (a simple, cycling series of images). The images are currently 500x750 but the scrollview ...

fill color on imageview

Hello there.. I have taken a view and inserted scrollview on it using nib. Then I've added an image using imageview dynamically..Now what should I do to fill color on that image. ...

The iPad applicationCache events can't update the screen

I have an html5 application that listens to all window.applicationCache events. When it needs to download, I write a pretty dialog to the screen, and during the progress event I calculate the percentage of files done by doing the right math on the event.loaded and event.total properties, in order to update the percentage with it. The re...

How do I dismiss other UIPopoverControllers when presenting a new one?

If I have several buttons that launches the same popovers, how can I dismiss the an already visible popover before displaying the new one? I have a local variable self.popover that is set to the current popovercontroller; i check this popover variable to see if it is visible; if it is visible then I dismiss it and then present the new o...

Custom UITableViewCell Removing a subview

Hello stack overflow, So I have a problem and know exactly what is causing it, just not how to fix it. Basically I have a tableViewCell that is loading something like this: BroadcastTableViewCell *cell = (BroadcastTableViewCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier]; /* * Other code to finish cell setup * *...

Blending a semi transparent PNG with color-dodge

Hello, I'm trying to draw a 32-bit premultiplied PNG UIImage on top of a previously drawn background using color-dodge blend mode. The PNG image contains a small opaque white rectangle with anti-aliased edges that fade into transparency, so there are semi-transparent pixels. For some reason color-dodge seem to treat the semi-transparent...

universal app -- Xcode keeps switching back to iPhone executable

I am working on a universal app. When I want to run it on the iPad simulator, I set the executable to the iPad version, and it runs on that simulator, no problem. But whenever I restart Xcode, or even just close and reopen the project, it switches back to the iPhone executable. I can switch it back again, but it's still annoying. Is ...

Universal app iPhone or iPad

hello all, in my universal app i need to check in the ViewDidLoad if the iDevices is iPad or iPhone is there an method or code ? thanks ...

how to attatch a file to the mail using default mail composer

i hav a file with some data and i want to attach this file to mail, and i am using the default mail composer ... any idea how to attach the file to mail before sending to receipents.... Thanks in advance.... ...

How could I replicate the animation within the ABC Player application?

Anyone know of a good tutorial on how to animate/transition an UIImageView into view like how they did in the ABC aplication ...

When and how to add an Available on the App Store badge to my iphone app presentation site?

I'll release an app in a few days, but one thing I wonder is this: 1) How and when do I get that special link to the App Store? 2) Any way to set up that badge shortly after submitting the app? Or must I first wait until it's approved and published on the store, then search for it on iTunes and then copy the link? ...

iPhone - cancelPerformSelectorWithTarget not working

If I do this in a subclass of UIView: [self performSelector:@selector(doSomething) withObject:nil afterDelay:5]; Then cancel it like this (I've tried both versions): [[NSRunLoop currentRunLoop] cancelPerformSelectorsWithTarget:self]; //[[NSRunLoop mainRunLoop] cancelPerformSelectorsWithTarget:self]; The "doSomething" method still...

Height and width on iPhone (/iPad)

This is just a test application, There is only a AppDelegate class to create all I did was create a Window based app, set the supported orientations to only the landscape in the info.plist, and then add the following code: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ...