ipad

Send UITouches over a network

I am building an app which allows a user to draw on the screen. I'd like to add network capability so that user A can draw on user B's screen. My current plan is to build a system where I have my own UserOrNetworkTouch object which can be created based on either a real UITouch, or a message which comes over the network, and base all of t...

How to resize UIViewControllerWrapperView

I'm trying to display an UIImageView within a tab on an iPad. I hide the tab bar and I want the UIImageView to take up the entire screen, ie be full screen. I try resizing everything in sight and the image will not occupy the space used by the tab bar. I've tried debugging, printing the frame for each view going up the view hierarchy. Ev...

Prevent Preview of Custom UTI File Types on iPad

I have an iPad application with a custom file type declared via UTI and CFBundleDocumentTypes. Is there a way I can prevent applications like Mail and Dropbox from showing the file Preview while still allowing the "Open In..." option to launch my app? I have set UITypeConformsTo and UTTypeTagSpecification to custom values in the applicat...

UISplitViewController - BarButton Item not shown at start.

Hi. I'm having trouble showing an UISplitViewController programatically. I have two views, an UIView with buttons which when are pressed load's my own custom RootViewController and DetailViewControllers into SplitViewController and hides the menuSubview for showing UISplitViewController. Well, it works well in portratits orientation, ...

Unable to exit the YouTube player and return to the app on an iPad

I'm embedding one or more youtube video urls in a UIWebView using tags as commonly found in samples. Clicking the thumbnail launches the YouTube video player. When tested on an iPod Touch, the video opens in landscape format, and clicking Done closes the Player and returns to the app as desired. When testing on an iPad, the Player ope...

Dismissing iPad modal view messes up the UISplitView panels

The premise is remarkably simple: I want to display a modal view in an iPad app that uses a UISplitViewController. The view hierarchy is straight-forward: /- TableViewController1 /- root:TabBarController -- TableViewController2 SplitViewController - ...

Can we forcefully make an orientation change in iphone or ipad through programming?

I will explain my problems in a few steps. Plz go through them and reply I have a mainView with 9 child view in it. Clicking on any of these child view it will goto a splitview replacing this whole mainview. SplitView consists of a tableview on left and a normal view on right. If I goto the splitview in portrait mode, everything works...

Getting started with accessibility

What are the typical mistakes an iPhone developer unaware of accessibility makes that renders their app unusable by customers with common impairments? What are the first and easiest steps to take when making an iPhone app accessible to the vision impaired (etc.)? How do I make sure Voice Over says or does something appropriate for all ...

Will an app be rejected for not supporting multiple orientations?

I have developed an app for the iPhone, and I know Apple would like any apps to support multiple orientations on the iPad, but I'm wondering if it's actually required: Will the iPhone app be rejected for only supporting one orientation? Thanks in advance ...

Does anyone know how to link from Safari on iPad to the "Top Charts" tab of the App Store application?

I have tried using the iTunes Link Maker, and also copying the links out from iTunes on OSX (which works in Safari on the desktop but not on the iPad). ...

iPad hover event process

Hi, I am developing a site for Apple iPad. In this, how can I apply shadow on mouseover and how to remove on mouseout? Like HTML a process, or any other way available with Javascript, I am using jQuery here.. any advice? ...

NY Times Multiple Columns

hey guys... have you seen NY Times Editor's choice (on iPad) ?? .... so if you have .... i'm trying to make the same design (multiple columns in full article) .... how? through css3 , -webkit-columns-count , -webkit-columns-width and so forth.... but the problem is when i try to make an image span across 2 or more columns (this feature i...

Drawing imagedata from data set of integers on an iPad using OpenGL

I'm trying to draw an image using OpenGL in a project for iPad. The image data: A data blob of UInt8 that represents the grayscale value for each pixel in three dimensions (I'm going to draw slices from the 3D-body). I also have information on height and width for the image. My current (unsuccessful) approach is to use it as a texture ...

how to play video on external ouput using MPMoviePlayerController??

Hello All, I want to play video on iPad + external output (both at same time as youtube does). Currently I am using MPMoviePlayerController class to play videos, but when I create two instances of it only one works. Here is the code - MPMoviePlayerController * playerViewController = [[MPMoviePlayerController alloc] initWithConte...

Access to the iOS' video decoder?

The iPad/iOS has video streaming support for e.g. H.264 using MPMoviePlayerController etc., but i receive H.264 data through a custom, proprietary, stream and need to decode it in a soft real-time scenario. Can the iPads/iOS' video decoder be accessed in any way to decode this data? Update: Apparently the iOS 4.0 Core Media Framework su...

xcode img_data_lock Problem with Backgroung images in Scrollview

I try to do a magazine app containing a horizontal Scrollview with 15 Pages each containing a vertical ScrollView containing up to 15 Pages. For this I took apples Photoscroller-Example-Code (http://developer.apple.com/iphone/library/samplecode/PhotoScroller/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010080-Intro-DontLinkElementID_...

"Skip Intro" link over HTML5 video not working on iPad

I am using the "Javascript Fake Click" script to autoplay an introductory HTML5 video on an iPad, which then directs to a landing page. I have a simple "skip intro" link on top of the video element in a higher z-index. This link works in other browsers, but not on the iPad (iOS 3.2.2). I think it may have to do with the click event on ...

Performance issues when mirroring ipad to vga output

I have tried various techniques for mirroring my ipad application to vga output, but am getting very bad performance. Is there a better or worse way of doing this? ...

Can´t get real ads from AdMob in Ipad

I can't get the real ads to work, in the xcode simulator i can see the test ads,now i'm using Xib and AdViewController to display the ad. This are the message that i recieve: Unable to fill ad request. This is a common situation. AdMob: Did fail to receive ad in AdViewController I need some help wiith this issue because i'm stuck, th...

more UIwindow is possible in iphone sdk?

hi, My UIWindow has twoviewcontroller in pad .(for example ,tableview and imageviewcontrller ) I have done flipanimation when user presses the tableview, i called the method which is in appdeleagte from didSelectRowAtIndexPath ..(LIKE SPLITVIEWCONTROLLER) the method in t didSelectRowAtIndexPath iPadButtonsAppDelegate *mainDelega...