iphone

Upload live streaming video from iPhone like Ustream or Qik

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live Streaming from Apple, but most resources I found only talks about streaming videos from server to iPhone. Is Apple's Http Living Streaming something I should use? Or something else? Thanks. ...

Changing an iPhone app id?

I would like to change the app id of an iPhone app that i am selling. Is it possible to do so, update it, maybe add in-app purchases and have no problems? Thanks guys, please tell me anything bad that could happen... ...

How to download movie and save it to the iphone app sandbox?

Hi, What classes do i need to use for download movie and save it to the sandbox? Do i need to save it to the Documents library? Do i need to use initWithContentOfUrl? What tools do i need to this task? tnx. ...

how to create many elements in Interface Builder that overflow beyond the xib

I have a UIView where has so many elements like Text Field, Date Picker, and Picker View to add data to my app. This won't make it in a screen in Interface Builder. In my mind, user will scroll down to insert them. Is there a way to achieve this? Thanks ...

iPhone:add, update and remove contact programmatically

hi all, i am new to iPhone programming i want to ask that whether i can add, update or remove contact from iPhone contact list. Please suggest or provide me some helpful link. ...

iPhone Dev: triggering Copy function UIResponderStandardEditActions for selection on UIWebView

Greetings! Please kindly give me some advice on the following requirement: To select a text from a page loaded on a UIWebView To trigger the Copy function using another button instead of the standard Copy from the UIMenuController What I would like achieve is basically the storing of the highlighted/selected text into a persistence....

Check for internet access with monotouch

How can I check internet access with MonoTouch? I don't care if the internet comes from a WIFI or the Cell Network, all I care is whether there is internet access or not. ...

iPhone send user location to PHP script

Hi I am currently designing my second iphone app, and having a small issue. I have the location code working correctly but I have no idea how to send the label with the location info to my server. I was wondering and hoping someone might be able to help. Thanks Russell ...

When installing an App to the iPhone, is there a way to install files to the App's Documents folder?

When installing an App to the iPhone, is there a way to install files to the App's Documents folder? To say it another way: When the user downloads an App and installs it on their iPhone, I want to automatically install some files to the App's Documents directory. For example: I have a file foo.txt that I create at development time fo...

cloudmade - using the sample code, Marker jumps

I've setup a project with cloudmade. If if tap on a marker and want to drag it, the marker jumps some pixel. Any suggestions? Would be great to get some help :) Thanks! ...

Linking to selected photos

If I allows users to select photos and need to store those selections (in a database), can I store a link to the selected photo or do I need to grab the image and store it in the app's Documents folder? The latter doesn't seem practical since it will cause the image to neednessly take up double the amount of space. I'm familiar with UI...

Dim iPhone Screen, but don't let it sleep

Happy Holidays! Alright, so here is my question. I have found by using Google (Hurray, GIYF) that I can disable the iPhone going to sleep in an application by using: application.idleTimerDisabled = YES; so the code looks like this: - (void)applicationDidFinishLaunching:(UIApplication *)application { // Override point for c...

iPhone Implementing a Favorites list without Core Data?

I would like to add a separate tableview to my application which would provide the user with a list of their favorite books, separate from the tableview of every book in the application. They should be able to add and delete favorites from this tableview. These favorites would then be saved so that they aren't lost whenever the applicati...

Obj-C circular buffer object, implementing one?

Hi! I've been developing for the iPhone for quite some time and I've been wondering if there's any array object that uses circular buffer in Obj-C? Like Java's Stack or List or Queue. I've been tinkering with the NSMutableArray, testing it's limits... and it seems that after 50k simple objects inside the array - the application is signif...

Getting information from a button using (id)sender

So, this is pretty straight forward, but I'm not sure how to do it. To get a title from a button, you can use: NSString *title = [sender titleForState:UIControlStateNormal]; However, is there a way to get other information from the button such as the "Label" or "hint"? And if there isn't, I want to be able to have different actions...

Navigation controller autorotation

Hi! I'm trying to find the answer and cannot believe that this problem is not widely and clearly explained. It's a quick question. Navigation based application, two view controllers, I want to autorotate my interface to landscape/portrait whenever used rotate his device. Autorotation works when 1st view controller is displayed. 2nd vi...

Re-using the UIImagePickerController.cameraOverlayView

Hi, I have a hierarchy of views: compView with two children: bgView objectView. I'm passing objectView to the cameraOverlayView property of the UIImagePickerController. Once the ImagePicker is done I update the image in the bgView and I would like to continue to display the view tree including the objectView which was passed to ...

How to populate a UIScrollView with UIImageView's lines up in a row

I need some code on how to make a UIScrollView that contains UIImageViews lined up like the iPhone photo's app that comes with the phone. ...

OFHighScoreService was not declared in this scope

Hi, I have OpenFeint integrated, compiling and launching when my app launches. Following the OF website instructions of: 1. Add a leaderboard to your application from the Developer Portal. 2. Note the Unique Identifier of your new leaderboard. 3. In your application, submit the player’s score like this [OFHighScoreService ...

iPhone: Some Views Landscape others Portrait

Hey there, I've got a tabbar setup with a few tabs. The first tabitem is viewcontroller that programmatically loads a xib that is laid out in portrait. When the user rotates the phone, it automatically presents a modal view that is laid out in landscape. This mechanism works fine. When the device is rotated to portrait mode, it dism...