iphone

activityindicator problem

hi all.. i want to start activityindicator whenever user press any link on a webview please help.... ...

Quickest way to get around not being able to drag on an iDevice?

I have a site that uses a jQuery UI slider. I fired it up in my iPhone, and realised that when trying to drag the slider (by dragging my finger over it), it scrolls the site left to right and leaves the slider unaltered. It appears I can only slide when the site is at a zoom level that shows the entire page. I think you can force this ...

Synchonous SSL certificate handling on iPhone

Hi, I was wondering if anyone can help me understand how to add SSL certificate handling to synchronous connections to a https service. I know how to do this with asynchronous connections but not synchronous. NSString *URLpath = @"https://mydomain.com/"; NSURL *myURL = [[NSURL alloc] initWithString:URLpath]; N...

How to make a call from my application, without quitting my application in iPhone?

Hello, I Know how to make a call directly from my application programmatically in iPhone, but before invoking the call , my application is terminating, which is not expected to, my application has to resume back, once the call is quit. How to do this for iPhone programmatically? Thank You. ...

iphone and File Sharing

i've added UiFileSharingEnable in mi application plist and set it to yes. Is there a way to test filesharing with itunes? ...

Setting UITableViewController Delegate?

If I have a class of type UITableViewController and I am going to add the required delegate methods to that class am I right in thinking I don't need to specify a delegate as the class defaults to using itself? ...

Help me on UIDocumentInteractionController!

I have a problem that make me crazy. From my app, when an OpenIn menu is shown, I'll choose an application to open the file (ex:DocsToGo) and the document is opened for edit. But after editing, how can I send it back to my app or get the link where that document is saved ? How can I get new content of that file ? Thanks Tung do ...

Send POST array

Hi, i wish to send some data as array from my iphone app to server When i was posting single variables before i was sending the post as an NSString NSString *post =[[NSString alloc] initWithFormat:@"userName=%@&accountID=%@&", username,accId]; NSData *postData = [post dataUsingEncodin...

ABPeoplePickerNavigationController record property encoding?

I used ABPeoplePickerNavigationController to pick phone numbers and now I have a problem with it. When I call ABRecordCopyCompositeName function on selected record it returns empty strings for russian people names. For english it works fine. What normally should I do to get person's name? ...

Create a mobile app that listens to incoming phone call events

As the title suggests, I would like to create a mobile app that runs in the background and catches "incoming call" events. Moreover I would like to use a Cross-Platform Development Tool to do this. I looked at three tools: PhoneGap, Rhomobile and Appcelerator. But I couldn't find any documentation or examples that suggest they support s...

How to create Ventrilo client for iPhone application?

We want integrate Ventrilo server to iphone application sdk as Ventrilo client. But we are searching web serveices of Ventrilo server API it could not be found any one link. We are basically integrate iphone application by using Ventrilo serveces so, Can any one knows how to develop Ventrilo iphone client using Ventrillo server. Again ...

Resource file in iPhone app problem

Hello guys! I have an image which is added to the project. In the simulator it appears, but when I build for the device the resource is not included. I also started a new project and nothing. Please help me. What can be the problem? ...

I want to send a text message from iphone to facebook and twitter

I want easy way to send some text messages from iphone to facebook and twitter ? Can anyone help me ? Thanks in advance............... ...

A question related to NSUserDefault class

I'm doing state miantainance code for Iphone os 4.0 using NSUserDefault class. when i click on home and then click on application then it works but when i click on home and then press on Build and Run button it doesn't work why is it so? ...

how can i hide keyboard when i press return key ?

hi i'm Xcode Newb ,In a textfield, when we click on it, A keyboard appears,but when user press return key How can i hide it? ...

Why is the linker presenting an error about MPMoviePlayerController when building my application?

When I build, I'm receiving this error during the linking stage: ".objc_class_name_MPMoviePlayerController", referenced from: literal-pointer@__OBJC@__cls_refs@MPMoviePlayerController in MovieDemoViewController.o "_MPMoviePlayerPlaybackDidFinishNotification", referenced from: _MPMoviePlayerPlaybackDidFini...

How to place a ADBannerView outside of UINavigationController

I have a application that make use of a UINavigationController. In the rootview I have added a iAd ADBannerView. When the user navigates to another view the ADBannerView moves away. So, the idea is that I keep the ADBannerView on the screen. Can someone help me out with this? ...

Getting error _OBJC_CLASS_$_AdMobView while compiling in iPhone SDK 4

Hi all I implemented Admob in my application previously in 3.x versions of SDk there i used libAdMobDevice3_0.a frame work. But now i am using 4.o version when i am compiling i am getting the compilation error _OBJC_CLASS_$_AdMobView can any one give me the link from where i can download Admob 4 Thank You Kiran Manthena ...

orientation auto rotation

hi guys i have 2 different views for a single nib. when i rotate the screen on iphone "simulator", the view rotates perfectly fine and the output is the desired one. but when i deploy my project on iphone and go through the same process the view doesnot change on changing the phone orientation ? in view did appear i have used [[UIDev...

crop a song in iPhone SDK

Hello, I want to crop a song in iPhone SDK similar to this app - http://itunes.apple.com/us/app/ringtone-designer-free/id382373458?mt=8 Any help would be much appreciated! Thanks Saurabh ...