ipod

iPhone / iPad / iPod swipe events javascript

Im looking for (if possible) javascript libraries/plugins to provide swipe events. However I am not after the simple detection of a swipe, for example what jqTouch provides. I wish to create behavior similar to that of the images viewer on the iPod devices. So for example you drag left or right to go to the next image. You have to drag ...

mpmovieplayercontroller fullscreen problem?

The problem is when I am in full screen MPMovieplayercontroller and I rotated in landscape mode I see that the splitviewcontroller and navigationbar is shifted preview image: http://a.imageshack.us/img9/7660/capturedcran20100907150.png ...

MPMediaPickerController orientation on iPad

Hi, all ! How can I set correct orientation of MPMediaPickerController ? I've return YES in shouldAutorotateToInterfaceOrientation, but i have bad frame for Landscape (if show MPMediaPickerController in Portrait first, and conversely). I've rotating my device chaotically and sometime frame set to correct himself! I've find the method ...

Do I have any hope of messing around with creating an app for my new iPod touch without buying a Mac?

I'd really rather not buy a Mac just to do this. I know there have been efforts to make it possible, but it's hard to tell which, if any, are worth my time. Thanks! ...

How do i make a mobile site readable?

I cant really link the site i am talking about here (or paste css). But what do i need to do to make the site readable on an ipod touch? and other mobile device? I used width: 100% (and i think i tested with 95%) and removed any widths with pixels. What happens is the width fits however the text is not readable. You need to zoom in + sc...

Playing movies from the library in an iPhone app

Hi guys, Does anyone know whether it is possible to play a video that was synched with iTunes from within an application of your own? In other words - it is of course possible to programmatically create a movie player inside an application, and play movies via HTTP or movies locally stored within the home directory of the application. ...

Cutting a clip from iPod library file

My requirements are as follows: I need to access a song from iPod library and play it(which is doable). Now while the song is getting played. I need to set a start and end time and need to cut a clip of it. Any thoughts? ...

Is it possible to develop for iPhone/iPod Touch with Windows or Linux and without one of the devices?

I know this topic is a bit of mouthful. Here's what I'm looking to do: I would like to develop an application for iPhone's and iPod Touch devices and place it on Cydia. I do not have a MAC OS but I do have Windows and Linux OSs at my disposable. Lastly I do not personally own an iPhone or iPod Touch but I have many friends that would ...

Developing for an ipod touch 4g

I am a software engineering student and i signed up for an embedded apple development class I have Mac OS X Leopard 10.5.3 and i have an ipod touch 4g I understand that the 4g runs ios sdk 4.1 and i am aware to use certain features i would need that sdk. In addition, i would need atleast Mac OS X Leopard 10.6.2 to use ios sdk 4.1 At thi...

Can you play video from the iPod library?

Is it possible to play video from the iPod library in iOS4, or is it still restricted to audio? I can't find any definite answers, but the SDK doesn't seem to allow video. ...

AVAudioPlayer plays music in iPod 2nd gen and 3rd gen

Hello everyone, I'm trying to play an audio file in iPhone and iPod with AVAudioPlayer, the code works fine in iPhone and iPod touch 4th generation, I could hear the music. but when I test it on iPod touch 2nd, iPod touch 3rd, I couldn't hear anything. Below is the code I use for playing audio file, is there anything I miss here: NSS...

can't access UIView from UIViewController

Hi, I have a problem to access the view methods from his UIViewController. I started programming in xcode only 2 weeks ago and I have to modify a program made by an other person. The UIView was drag and drop in interface builder in the .xib of the UIViewController and is initialized by the method initWithFrame and drawRect. This view co...

How do I check if the iPod supports audio recording?

How do I check if the iPod supports audio recording using Cocoa API? ...

Getting the musical data of an iPod-track

How can I get the content (raw/sample data) of an iPod-track? I've seen apps like "Ringtone Designer" and iMovie which can do it, but I have no idea which api they use or what they do. I could imagine that iMovie uses private apis, but "Ringtone Designer" is a third-party app, so it must be possible with the public api-functions. ...

iPhone get all albums/artists

Hi there, does any of you have example code (or a link to it) of how to retrieve all music albums or artist from the iPod media library? Thanks in advance! ...

App not working on iPod but does work on iPhone

Hi, I didn't test my app on iPods before submitting to the app store. Now I'm getting comments that the app doesn't work on iPods (doesn't even load, just crashes immediately). The app uses the user location, but from what I understood the iPod also is able to find locations although he doesn't have a GPS. Does anyone have an idea what m...

UITableView width when inside a popover

See below - the tableView cells are getting cut off. Why doesn't this work? The width of the popover is 240. (In a subclass of UITableViewController) - (void)viewDidLoad { [super viewDidLoad]; self.tableView.frame = CGRectMake(0,0,200,200); } ...

Programmatically interact with attached iOS/iPods in OSX 10.6

I am trying to develop a simple menu bar application that would let me visualize the charging status of my attached iPhone/iPad without having to launch iTunes. After a long search, I am unable to conclude if this is a possibility with the Snow Leopard APIs. My search has led me to a service running at boot time called com.apple.ipodse...