ipad

IPad videos don't play after multiple runs

I'm working on an IPad application (iOS 3.2) that plays a couple of videos using the MediaPlayer framework. After running the app for a while videos don't play anymore. The video is loaded, meaning i can buffer through it but it's started in pause mode and cannot be set to played. Each time i press play it pauses again. After restarting ...

MPMoviePlayerViewController freezes when exiting fullscreen

I'm playing a video with MPMoviePlayerViewController on the iPad. Problem is: I can pinch the video to go in fullscreen mode, but if I try to pinch again to go back to window mode it freezes. It doesn't crash the app, it just "pauses" the video and I can't exit fullscreen mode anymore. Has anyone experienced this? Thanks. Edit: it see...

search mkannotation by annotation title

Hi I want to implement search on Mkmapview. I mean searching all the annotation pins based on their title or subtitle. Please let me know if there is any way.. I have been searching this on web from the last couple of days. NO clue till now. Please let me know. thanks in advance. suresh ...

message queue for iOS / iPad - something like MSMQ?

I have an iPad app that works both on and offline but when I am offline there are web service calls that will need to be made once online availability is an option again. Example: A new client is added to the app, this needs to be sent to the web service but since we are offline we dont want to slow the user down so we let them add lo...

What to do when my app receives memory warning?

What should I do when my app recieves a memory warning? ...

rendering a photoshop style brush in openGL

I have lines that are programmatically defined by my program. what I want to do is render a brush stroke along them. the way I think the type of brush I want works is, it simply has a texture, mostly transparent, and what you do is, render this texture centered on EVERY PIXEL in the path, and they blend together to create the stroke. ...

What's the simplest way to write a script and run it on an iPad?

Let's say I'd like to download all my Flickr photos to wherever Photos are stored. Is it possible to run eg Ruby scripts on iPad? ...

CSS Sprites on iPad/iPod/iPhone

I recently lunched a web site that uses CSS Sprites. It works fine in Firefox 2.0+, Internet Explorer 6+, Safari 3+, Opera 9+ and Chrome 1+, but it looks bad in iPad/iPod/iPhone. here is a web site http://show.oboz.ua/. It has one sprite image http://show.oboz.ua/css/sprite.png On IPod it looks far from perfect. ...

XCode don't simbolicates my application log lines , only the frameworks related ones

Hello.. I'll been reading that Xcode simbolicates the crash logs.. it only simbolicates the lines that are related to a framework class. example: 6 myapp 0x0003e796 0x1000 + 251798 7 myApp 0x000066bc 0x1000 + 22204 8 UIKit 0x0006e9de -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 6...

UIDatePicker not rendering properly for certain modes in UIPopoverController

I have a UIDatePicker using UIDatePickerModeTime that I use in an iPhone app modally, works fine: Using this same basic code for iPad, but putting the view in a UIPopoverController gives some pretty inconsistent results. My desired mode (UIDatePickerModeTime) plus the other three modes are shown below. Notice how 2 of them are not r...

ipad - How can I control the version of my iPad app?

Hello. I am not talking about the formal version control (svn, etc) for my iPad app. I wish someone could tell me where in my app to set the version of the app. For example, my app's product name is Go Here. To indicate the version, where should i set the version? bundle version in the plist? I need this version thing just in case th...

iPad UITextField -- cursor not centering when resizing frame with contentVerticalAlignment = UIControlContentVerticalAlignmentCenter

I am working on a universal iPhone/iPad app. I resize some of my UITextFields as the user types. I also have some code to move the UITextFields around so that their locations make sense as they are resized. This code is not too short, but basically it comes down to modifying the frames of the UITextFields. My UITextFields all have th...

Poor performance loading a scroll view

Hi, I have a view controller whose view consists of a paged scroll view controlled by 2 buttons (previous and next). In this scroll view are several custom views, each the size of one page. When I load the main view, the scroll view is set up to contain all of these subviews. The performance of my app is currently unacceptable in thi...

How to make orientation response faster in ipad?

Hi friends, I have ipad application which has 3 tableviews with holds data like label,image,property lists etc, as while performing orientation it has some overlapping,slow response compared to native apps, I have tried some methods like willRotateToInterfaceOrientation etc, is that any thing that make sense to make orientation faster...

iOS Using MPMoviePlayerViewController in Fullscreen (iPad)

I have a single view app with 5 buttons and when one of the buttons is pressed, the player slides up over the original view and begins playing the video in fullscreen (as it should). All works great with the exception of when pressing the Fullscreen/Minimize icon (the two diagonal arrows pointing to each other next to the play back con...

MPMoviePlayerController in iPad shows first frame but disappears after pressing play

Hello all, After selecting a movie from the camera roll the first frame of the movie appears but after pressing play the movie disappears and won't play... Been racking my brain for days and can't figure this one out. The code used to work but doesn't seem to work on the latest version of the SDK - (void)imagePickerController:(UIImage...

In Cocoa Touch, is it possible to load a view onto another view?

Sorry if this is an annoying question, but I just want to know if it is possible to have an iPad view that is functioning, then load a smaller view on top of that with different content. And then be able to use both at the same time. I have been trying to look this up, but I don't know what terminology to use. Thanks to anyone who c...

Push to iPhone with c#

Hi, I want to send push notifications to iPhones using c#. I currently use apns-sharp but I'm not really satisfied with that... Does somebody knows a good way to do this? Keep in mind we have to send many push notifications to many iphones in a short period. So the method has to be quick. Thanks in advance! ...

2d openGl game in iphone?

I want to develop simple 2d opengl game with animation.in that animation I have to clip the image frame and draw it. Any single tutorial link or book which gives step by step Teachings to animate the image frame(sprite) and to do calculation. ...

Alternative development for the iPad/iPhone aside from the official SDK and Adobe Air 2.5?

Hi are there any alternative development platform/languages/tools for the iPad/iPhone aside from the official SDK ro Adobe Air 2.5? Any insights will be greatly appreciated! Thanks guys! ...