ipad

Silverlight on ipad

Hi guys, What are the current possibilities to run silverlight on the iPad please ? Other than the video streaming MS demo of course. If there's no official packages or something, I'm interested in hacks too Thanks ...

I have an iphone application which uses dragging of annotations on a MapView, is this possible is the iPad?

I am trying to use: - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)annotationView didChangeDragState:(MKAnnotationViewDragState)newState fromOldState:(MKAnnotationViewDragState)oldState And was getting errors when building this for the iPad, but I have since realised that it is iOS 4 specific, so it won't work ...

How to create a DetailViewController for UISplitViewController?

Hi, I have developed a program for iPad programmatically. I have a SplitViewController, RootViewController and DetailViewController. I am able to get the UITableViewController as a popover. How to get a UILabel been displayed on DetailViewController on click of each index of the UITableViewController programmatically? Thanks in advance....

Persisting NSMUtablearray which is property of Core Data Entity

@interface Week : NSManagedObject { } @property (nonatomic, retain) NSNumber *weekID; @property (nonatomic, retain) NSString *top; @property (nonatomic, retain) NSString *summary1; @property (nonatomic, retain) NSMutableArray *book; @end I'm reading XML file from server and putting vales in above entity.Since Books to be read for th...

Tile fade problem with CATiledLayer

I'm using an UIScrollView with CATiledLayer, with the default fadeDuration (no override). When the tiled layer gets refreshed, apparently for some reason the last tile never fades in completely. I can actually see the tile with about 0.1 of transparency on the screen. As soon as I scroll the scroll view even a little bit, the tile "refre...

scrollToRowAtIndexPath not scrolling to correct row after 3/4 of rows

I've got an iPad app with a UITableView that has roughly 100 rows. The cells are custom, I've implemented heightForRowAtIndexPath to tell the UITableView how big my cells are. I'm using this: [tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionMiddle animated:NO]; to scroll the tabl...

MPMoviePlayerViewController iPad Memory Leak

My movie player leaks memory only on the iPad and only when the "Done" button is clicked. If the movie plays to completion then it cleans itself up properly. Here is the play code: mViewPlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:[self movieURL:@"mymovie"]]; [self.parentViewController presentModalViewController:mV...

iPad MoviePlayer refuses to play video until device restart

I have a very strange bug in a shipping iPad/iPhone app that I can't fix/track down. My app plays video in a standard MPMoviePlayerController but with the interface hidden and my own buttons to play and stop. That works fine but sometimes, after a few times of use, my app refuses to play any further video. This happens only on the iPad...

How to program this specific layout in my iPad app ?

Hello, I would like to have a layout similar as this one and also to be able to pinch to zoom. Do you have a great idea ? layout exemple I investigating using an UIWebView or construct this with CoreText.. Thanks for your help. Thierry ...

AVAudioPlayer isPlaying crashing app

I'm using an AVAudioPlayer to manage some sounds but the isPlaying method seems to be crashing. done when I initiate the page: self.soundClass = [AVAudioPlayer alloc]; how I play the sound: -(void)playSound:(NSString *)fileName:(NSString *)fileExt { if ( [self.soundClass isPlaying] ){ [self.soundClass pause]; } ...

iPad - More than one UITableView in the same screen

I coding app from iPad and I have to put two separate UITableView in the same screen. For this app I can´t put the UITableView and divid in two sections for requisits reason. It must be two separated. Well, in this case how I can fill the rows of UITableView. Can I have create a DataSource and Delegate in separate classes, one for a firs...

iPad focus-event

Hi @all! I try to get the following working: I have a form containing selectboxes and inputs. There are two buttons on top of the virtual keyboard - "next" and "previous". Navigating through the input fields works. When I reach a selectbox (by pressing "next"), the keyboard stays and the selectbox shows its items. When I select an item...

Good Learning Method for Objective-C?

Hi I know this must be asked a millions times and can't be easy to answer as there is o definitive method, but any help would be appreciated, thanks. I have been playing around with all sorts of things in Xcode and with Objective-C, however I can't seem to find a good way of learning things in an efficient way. I have bought the book ...

Getting the size of the iPad on-screen keyboard after rotation

For an app I’m designing for the iPad, I have a scroll view with some text fields/text views in it. In order to keep everything visible, I adjust the contentSize property of the scroll view to add a buffer at the bottom that corresponds to how much the keyboard overlaps the scroll view. Here’s the code (there’s some app-specific stuff he...

issue with positioning of pop over view.

Hi, When I am switching between Portrait to Landscape view (&Vice Versa) in iPad, position of my popover view gets garbled. Here is how I am calculating frame of my popover view: aRect = self.myElement.frame; aRect.origin.x += aRect.size.width; [aPopOver presentPopoverFromRect:aRect inView:self.myElement.superview permittedArrowDirecti...

iphone/ipad standard twitter oauth module?

I have seen the following in a few different apps so it seems like some kind of public api. Anyone where I can find the code for this? Specifcally the twitter login that appears in the popover: ...

Need to write some text on PDF document

Hello All, In my iPad application i need to write some text on PDF document. like "Doc Sign" application. do anyone have any idea ? is there any library for that ? Thanx in Advance. ...

Does iPhone and iPad support for three, four finger touch gestures?

Hi, I wanted to know does iPhone and iPad gives support for three and four finger touch? I have browsed a lot but i do get information only for Mac book touch pad ...

Any example of ASIHTTPREQUEST used ON WORDPRESS POST?

Who can post an example of asihttprequest used on wordpress post? EDIT I want to use asihttprequest for get in one array obeject all post and relative image of my homepage http://www.notizie-informatiche.com ...

UITabbar with none item selected

hi , Any one know how to create an app in such a way that when the application loads the uitabbr items are not selected(highlighted).. need to display a view in window on load..no need to display tabbar item contents until click on tabbar button item..? please help me.. ...