ipad

iPad Safari javascript : how to trigger the clicking sound?

First a little explanation of the need, so I don't get hammered for wanting to add "useless and distracting" sounds to a web-page. I've had to add two virtual keyboard keys to my web page for the iPad, because these characters are needed for my linguistics oriented app but don't appear either on the standard iPad keyboard or on the cont...

jQuery & touch devices like iPad: addClass method and preventDefault

When you listen for the touch events (touchstart, touchmove, touchcancel, touchend) on a touch device like the iPad, and in your touchstart eventhandler you are invoking preventDefault(), is it possible to add or remove classes in order to change the visible appearance of the touched element? When I try to add a class at that juncture, ...

Next item in Array to populate image view

Hey guys can someone help me please? I have a popover controller that is filled with an array (detailItem) and in different xib I load an image according to the current cell selected in detailitem. All I want is a button called nextItem which loads the next item in the array? Cheers -(IBAction) nextitem{ NSString * image...

Training a person in iPhone development.

Hi, I am going to hire a c/c++ programmer and going to train him in Iphone and Ipad programming. I wanted some advice on how to train someone fast. I primarily want him/her to create basic to medium complexity apps. I dont want to take too much time training because people usually leave the job in 5-6 months. (We are basically a startup...

How do you set the content size of a UIPopoverController?

I'm showing a view in a popover. When I click a button in this view, another view will be pushed into the popover using a navigation controller. While pushing, the height of the popover gets extended. How do I retain the same popover height? ...

How to unrar a file in iPhone or iPad ?

Hi, How to unrar a file in iPhone or iPad ? Which library or API should I use ? Thanks ...

jQuery live event on iPad...why doesn't it work?

I'm using jQuery to develop webapps on the iPad and it seems the jQuery live event doesn't work... This was the case when I was working with the SDK iPad emulator and now that I have the iPad to work on, its still the same (I was hoping it was an emulator fault). Running the same code on a web kit build works fine. I'm just wondering if...

UIPopoverController animates when keyboard pops up

Heey, In my iPad application I have a UIPopoverController with a UIViewController containing some textfields. When the keyboard comes up, the Popover gets animated to fit. Does anybody know how to disable this? Thanks ...

iPad: IBAction for UIButton responds on iPhone device, not on iPad

I have taken over the development and maintenance of a production iOS application being used mostly on the iPhone but also on the iPad. We found a specific UIButton that will respond as expected on the iPhone (device & simulator) but does not respond on the iPad (device & simulator). I am lost on where to start debugging this item. An...

Can I play an FLV on the iPad Simulator?

I am trying to create a simple app for the iPad that with play an FLV when you click a button. I am using the code from http://developer.apple.com/iphone/library/codinghowtos/AudioAndVideo/index.html#VIDEO-USE_THE_MEDIA_PLAYER_FRAMEWORK_FOR_VIDEO_PLAYBACK as a reference. Here is the code for my click event -(IBAction) btnPlayVideoClic...

Write SortDescriptor for a transforable attribute in core data?

I have an entity header and it has a attribute NSDictionary wich was declared transformable in model. Now I want to not sort the array of headers in fetchedRequestController. And passing nil or null object gives error. Please help its urgent. Let me reframe from the last time : if i have an entity, with a transformable attribute headers...

Is it possible to embed a Keynote Presentation inside an iPad app?

We have a client who wants to build an app that essentially functions as a media kit that they distribute to clients. In addition to several videos, they would like to embed their Keynote presentation inside of the app. The presentation would also contain some videos on certain slides. Is there some sort of viewer that would allow me ...

Buggy navigation controllers, porting iPhone app to the iPad

I have a fairly simple iPhone application that I want to have run on both the iPhone and the iPad. I'd like to just have the iPad version be a bigger version of the iPhone version, scaled up or not -- I'm working on an iPad-specific version of the app that makes better use of the interface, but wanted to make sure my existing customers h...

Drag an imageview cross boundaries of views

I have a UIImageView in the top portion of my main view. Below this I have a horizontal UIScrollView with numerous UIImageViews contained in it. I am trying to drag any one of the UIImageViews from the UIScrollView up onto the main UIImageView in the upper portion of the screen. However even if I set the UIImageView being dragged to B...

Develop remotely in XCode using iPad and VNC / RDP.

Okay, this is a simple question. Which VNC/RDP app for iPad has features (maybe such as developer-friendly keyboard layouts) that are good for using Xcode remotely? Maybe some of you Mac developers out there have an iPad, and have tried using Xcode remotely on your iPad using some VNC / RDP app. The question is, which one is BEST for WOR...

Keep 1 fixed UINavigationItem.RightBarButton in place throughout all views that are pushed to a UINavigationController

I would like to have a UIBarButtonItem that is in the right side of the UINavigationBar that is on all views that get pushed into a UINavigationController. I know how to set it on a view by view basis by putting it in each view's UINavigationItem.RightBarButton property but when I push or pop a view off the stack I would have to reset th...

iPhone/iPad app using keyboard shortcuts?

With the availability of keyboards for iPads and iPhones, it makes sense to add keyboard shortcuts to apps now. Is it possible to do this in an app? What are the relevant APIs? ...

UIWebView does not persist authentication on iOS3.2/iOS4

I made an application that uses UIWebView to display a site that uses basic authentication. It stopped displaying the content since iOS3.2 (on both iPhone and iPad). My approach for authenticating users are: create a NSURLConnection implement didReceiveAuthenticationChallenge to provide the credential implement didReceiveResponse to r...

Questions before writing own RSS reader for iPad

This is not new topic, one about iPhone ( iPhone RSS Reader ) My purpose is to get some latest and useful info before my implementation for RSS reader in iPad.( same with iPhone , right ? only GUI difference ?) Apple already provides TopSongs as example, which use native NSNetwork and XML parser etc. ASIHttpRequest also provides good...

Circumvent screenshot for iOS 4

I would like to clear a view before an application is switched away from, to change the launch image so that the next time the app is entered it will not display some insecure data. iOS 4 provides applicationDidEnterBackground and applicationWillResignActive...however, neither of these seem to be able to prevent the screenshot from bein...