Please view the gist below: https://gist.github.com/969112 Essentially, I am trying to set up a UIAccelerometerDelegate and have it receive data from a command-line iPhone application (i.e. it\'s ja
I have a dedicated networking thread in my iOS app. The thread\'s -main method looks like this: - (void)main
I am trying to monitor a stream of video output from a FireWire camera.I have created an Interface Builder interface with buttons and an NSImageView.While image monitoring is occurring within an endle
I am creating a c++ library for use on iOS (yes, unfortunately it has to be C++) which uses AVCaptureSession to capture video frames, which are delivered via the captureOutput callback. The C++ librar
Maybe there is a better way, but I want to pop a choice list when a user taps a button in a UIalertView. I would like this list to pop while the alert view is still visible and have everything close w
I use AsyncSocket on the iPhone to communicate with a server. AsyncSocket is based on run loops but my app is based on threads. That means, I start a new thread to write data and wait until a response
For some reason when I push down (click and hold) on any control, the NSTimer in my App freezes and does not fire until I release the mouse button.It simply does not fire while I have the mouse presse
I have a main and an auxiliary thread in my app. Main thread as everyone knows is being used by UI. I use the secondary thread to do the background loading of my views.
I have a UITableViewController with its default UITableView. I begin slowly dragging the table with my finger to scroll, i.e. not flicking it with my finger. Every time the table moves on-screen the s
I have an iPod Touch 2nd generation and I\'m trying to retrieve a photo from the assets library by using the photo name.I ran restore on the device to make sure it is factory 4.1.