Search Results

0
votes
1answer
511 views

Video streaming from a Camera over the internet

I want to write an application which streams a video content which is obtained from a camera (IP Camera) over the internet. By reading some of the posts I have a doubt that only the built-in camera …
1
vote
4answers
905 views

iPhone Disabling UIActionSheet buttons

I want to disable buttons in the UIAction sheet and enable them after a certain condition is true. How do I achieve this? Any ideas? …