ipad-sdk

Find which child view was tapped when using UITapGestureRecognizer

How do I know on which of the the child views an event occurred when using UIGestureRecognizers? According to the documentation: A gesture recognizer operates on touches hit-tested to a specific view and all of that view’s subviews. As far as I can see, the 'view' property is The view the gesture recognizer is attached t...

Problem with video playback on iPad with MPMoviePlayerViewController

Hello everybody... I have been fighting some code for about a week, and am hoping that someone else may have experienced this problem and can point me in the right direction. I am using the MPMoviePlayerViewController to play a video on the iPad. The primary problem is that it works FLAWLESSLY on the iPad Simulator, but will not play ...

managing images in an iphone/ipad universal app

Hi, I'm just curious as to what methods people are using to dynamically use larger or smaller images in their universal iPhone/iPad apps. I created a large test image and I tried scaling down (using cocos2d) by 0.46875. After viewing that in the iPhone 4.0 simulator I found the results were pretty crappy... rough pixel edges, etc. Plus,...

Connecting ipad to external monitor

I am trying to connect my ipad app to an external screen using the following (not checking the correct resolution for now - just want it up and running). - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [window addSubview:[navigationController view]]; if ([[UISc...

Is there an open source UIView subclass for creating multiple, dynamic tabs in the iPhone (iPad) SDK?

Is there an open source UIView component that supports multiple, dynamic tabbed views for the iPhone (iPad) SDK? I see several apps in the iPad App Store which utilize tabs, one such example is the Atomic Web Browser which provides a tabbed browsing experience (like Safari on the Mac or Firefox). Instead of reinventing this functionality...

Things to keep in mind while developing iPad Application from existing iPhone Application

Hello All... I would like to know some of the things before entering into the arena of iPad. I have iPhone Application in AppStore. Now going to start the work on same app for iPad, so what are the things that I should keep in mind before developing it ? Thanks in advance... ...

How can I debug VGA Out on an iPad?

The Dock Connector to VGA Adapter (required for VGA out on the iPad) uses the Dock Connector, so I can't have my laptop connected at the same time. I remember reading something about a Remote debugger, but despite lots of searching, I'm unable to find it. How can I run the debugger to test VGA output of my iPad app? ...

Does Xcode have intellisense

I am just waiting for my MacBook to arrive - so at the moment just doing theory, but does Xcode have intellisense like Visual Studio? ...

How hard is it to go from C# and Visual Studio to Objective C and Xcode?

How hard is it to go from C# and Visual Studio to Objective C and Xcode? I am currently doing the Stanford iTunes course - any other suggestions? ...

Is there a Google Earth control available in the iPad SDK?

Is there a Google Earth control available in the iPad SDK or someway of having google earth inside my new iPad app? ...

Getting touch events from points -6,0 to 320, 470

Hi, I am just trying to program a simple drawing program. Along with drawing, I would like to know the points that I am currently touching. I am just using a window, subclassed viewController and a subclassed view.I also hid the status bar. Everything seems to work the way it is supposed to. The thing is that I can't get it to draw with...

Custom iPad 10-key popover possible.

Hello everyone, and thanks for your responses in advance. I have been looking around for the possibility of having a 10-key, numeric only, input available when a user clicks on certain fields that do not require the use of the full size keyboard. I know that popovers can properly display custom types of input, but does anyone know if ...

Does MapKit allow for StreetView?

Can I use Google Map's Streetview inside my apps? ...

What mapping/earth controls are available for iPad app development?

What mapping/earth controls are available for iPad app developer? Is MapKit the only one? ...

Google maps style uipopovercontroller

Hi, I have a universal app. On the iPad, when pressing an annotation pin it shows the callout bubble. When I press the desclosure button, it loads a uipopovercontroller with a detailed view. What I want to know is how I can load the uipopovercontroller the same way the Google Maps load the uipopovercontroller. Is there a guide out ther...

How to call PopOver Controller from UITableViewCell.accessoryView?

Hi, First I would like to say that I'm really new to ipad/ipod/iphone development, and to objective-c too. With that being said, I'm trying to develop a small application targeting the iPad, using Xcode and IB, basically, I have a table, for each UITableViewCell in the table, I added to the accessoryView a button that contains an image...

UIScrollView not scrolling...

I have a UIScrollView which contains many UIImageView's UILabel's etc... the labels are well longer that the UIScrollView, but when I run the app, I cannot click and scroll down... Why might this be? Thanks ...

How to read book within my application in iPAD?

Hi, I am developing an iPAD application, Which will download the books from the server to my application, how can I read books within my application and i need to implement commenting for the same? Can anyone tell me reading books within my application (format of the book is not a problem pdf or epub anything.) i want to know does is t...

UISplitView show different views in the detail pane

How can I change the view in the Details pane of the UISplitView so that its a completely different view? Im having a fair amount of trouble understanding how its all wired up and where things should go at the moment, could someone please enlighten me? What I would love to be able to do is to show a specific view based on what the user...

Facebook connect

Is there anyway of using facebook connect within an iPad or iPhone application. The idea would be to sign into this App and then be able to see which of my facebook user's also use the app and its features. ...