Search Results

9
votes
1answer
432 views

Screen Off event or property on iPhone

Hello, Is there a way to determine if the screen has been shut off via the top Power button? I just need to know if the screen has been somehow set to off to kill a loop that update …
1
vote
2answers
531 views

NSURLConnection chunked encoding upload - How?

I need to create a way to upload a bytestream using chunked encoding. I have a byte array that contains an audio file, I would like to send that file to a server using a chunked stream. …