ipad

Dismiss popover using UIbutton

Hi, I can't figure out why it doesn't work as it should when I try to dismiss a popover by clicking on a UIButton which itself is on a the popover to be dismissed, my project crashes... - (IBAction) cancelButton: (id) sender{ //[self dismissPopoverAnimated:YES]; } Above is my code for my UIButton ...

NSInvalidArgumentException error in simple email application for iPad

I am trying to prepare a simple application to send an e-mail. I was using this example: http://blancer.com/tutorials/i-phone/76884/mail-send-from-ipad/ but, I am getting an error running the application on the iPad device. It works perfectly fine on the iPad simulator. The line of code it is crashing: [self presentModalViewControlle...

Overlaying a view overtop of a UITableView

Hello stackoverflow, So I am trying to create a search that returns a bunch of results to a UITableView. When the user selects one of the cells, I want to overlay a detail view of that result in a nice, concise window. This view needs to have some text, buttons and a photo. I was looking into hacking an alertview but read that that i...

iPhone/iPad/iOS: tricky use of tab bar controller

Hello, Trying to implement the following behavior on an iPad. I have a map-centric application which uses a tab-bar interface. The tabs at the bottom allow the user to choose between looking at the various different types of points that are marked on the map (e.g, think of the tab-bar items "food", "lodging" and "gas", where the "food...

scope bar search iPad

I have to specialize a search in my iPad app, and I think to use the scope bar with the search bar. But how can I get the index of a selected scope button and base my search on it? thanks ...

MPMoviePlayerController duration is not being updated

I have a MPMoviePlayerController, and I can successfully play a (local) video with it. The duration property is not being set to the runlength of the video - even after I receive a MPMovieDurationAvailableNotification event, the value remains set to 0. Has anyone seen this before? ...

WebDAV Server for Cocoa iPhone and iPad running iOS

I'm looking for a WebDAV server - best Open Source - for iPhone and iPad for integration in my app. It should be possible to list, download and upload files. I would like to point the server root on the 'Documents' folder of my app, so the methods should be mapped directly to the file system if possible. On my search through the interne...

File backed UIImageView vs. NSURL Cache Control Policies

I am working on an image heavy iPad app. We implemented our own table view-esque control which reuses UIImageViews as a user scrolls the screen. To reduce network calls and make it perform better, I implemented a file backed UIImageView that writes the loaded images to the NSTemporaryDirectory and checks that before making a call to get ...

iPad Partial Curl Modal View causes MPMoviePlayer to restart

Hey everyone, I'm developing a presentation app for a client, and in the presentation the client is able to double tap a slide to view a "sub-slide", which means the current slide does a partial curl transition to present a full screen modal view. My issue is that these main slides are animated videos (the sub-slides are all still imag...

Xcode can't find Info.plist or Prefix.pch when making a Release build

I have a project that shares some files between a Mac application and an iPad app. Because of this, I moved the Info.plist and Prefix.pch files for each one into sub folders for Mac and iPad, respectively. I can build the iPad app in Debug configuration without issue, for the simulator and for a device. I get the following messages in...

Why are MKPolyline and MKPolygon working in iOS 3.2.2 (on an iPad)?

As far as I can tell, technically MKPolyline and MKPolygon should not be functional/available when running on an iPad or any other device prior to iOS4. Nevertheless, when I installed 3.2.2, on the device, and updated my build tools with the latest (non-beta) iOS 4.2 SDK, they both work just fine, along with their associated views. Wha...

Local server on iPad

We have an application which would involve HTTP live streaming. As per the documentation, I can encode my streams and provide the encryption key url (if the key is stored on remote server) in the index file (m3u8). I want to know if it is possible to store the key locally on the ipad and refer to it locally somehow in the index file. Is ...

iPad Question: Is there an alternative to modally presenting a view?

For the fullscreen imaging app I am doing for iPad. I want to present an informational view atop the current view. This is simply a view, centered on but not entirely occluding the display that presents a textual description. This is the sort of thing we see routinely on websites where clicking on a link presents a canvas with a little "...

Objective C: EXC_BAD_ACCESS when generating a UIImage

I have a view that generates an image based on a series of layers. I have images for the background, for the thumbnail, and finally for an overlay. Together, it makes one cohesive display. It seems to work a dream, except for when it doesn't. For seemingly no reason, I get an EXC_BAD_ACCESS on the specified line below after it's generat...

Is there an open source sequential custom ipad keyboard around?

I'm looking for an open source sequential (abcdef) keyboard for the ipad. ...

shouldAutoRotate method not working properly..?

Hello Friends,I have used multiple uiviewcontrollers in my split view based ipad application. There are web services. For some particular web services (e.g Logout) i need to remove split view and insert new view i.e Login Screen. but most of times shouldAutoRotate method of Login view doesnt gets called resulting in dumb app which do no...

OpenGL ES, how do you render PVR textures?

Edit:ok, sorry, I had a simple programming error, is there a way to delete this question? I have some compressed textures that are PVR files, but I cant seem to draw them in my iPad application using OpenGL ES. I can draw PNG files just fine, I know the PVR files are being loaded correctly. Are there some special OpenGL draw functions ...

TabBarController within the RootViewController of a SplitViewController

Hi all ! I'd like to develop an iPad app which would be composed of a SplitViewController. I'd like to add a TabBarController in the RootViewController. I'm at the very beginning of the development. So I've started to simply create a new project, add a SplitViewController via Interface Builder and test the app, no problem of course. Th...

Quickest way to get around not being able to drag on an iDevice?

I have a site that uses a jQuery UI slider. I fired it up in my iPhone, and realised that when trying to drag the slider (by dragging my finger over it), it scrolls the site left to right and leaves the slider unaltered. It appears I can only slide when the site is at a zoom level that shows the entire page. I think you can force this ...

Lightbox close button behind Video on iPad (Safari and WebView)

Does anybody know why the close button of the Lightbox is behind the Video and not on foreground on the iPad (Safari browser and WebView in App)? Screenshot: http://i.imgur.com/SYI9w.png With other Elements (Image gallery, Text / HTML) the close button is rendered correctly. On Safari with Mac OS X (not iOS) the close button works co...