Search results

  1. C

    How to implement "AutoCompleteTextView" future in IPhone ?

    How to implement "AutoCompleteTextView" future in IPhone. please help me friends....
  2. C

    problem with UIActivityIndicatorView( spinner)..plz help me

    Hi frends, I am getting problem with UIActivityIndicatorView( spinner). actually my requirement is when ever i click the button the spinner has to appear on the screen, here i am using "syn request", it takes few seconds time. that's why i am using spinner there. but here the spinner is...
  3. C

    iphone supports ldap server authentication ??

    iphone supports ldap server authentication ?? If so please send me related link ...
  4. C

    problem with popViewControllerAnimated:YES

    Hi, I am calling the bellow code for moving to the root view; "[self.navigationController popViewControllerAnimated:YES];" when ever i am executing with this code. simulator is crashing.I got the bellow error in log file " FREED(id): message alpha sent to freed object=0xd1d740" plz help me...
  5. C

    How to to make xml data into array.

    Hi Friends, Actually I am implementing Iphone native application. I have one xml file as a string , which I got a response from the server. I want to make that xml data into array. could you plz help me .. how to do the same. plz send me related sample source code. Thank u friends ....
  6. C

    Problem with import <CoreServices/CoreServices.h> ..plz help me

    when ever i am trying to import " #import <CoreServices/CoreServices.h> " I got this bellow error four times. error: expected declaration specifiers or '...' before 'CFXMLTreeRef' note: [I am using this code for Iphone Application] I am importing " <CoreServices/CoreServices.h>" for...
  7. C

    Problem with "CoreServices/CoreServices.h"

    plz help me friends........ MY Doubt: when ever i am trying to import " #import <CoreServices/CoreServices.h> " I got this bellow error four times. error: expected declaration specifiers or '...' before 'CFXMLTreeRef' note: [I am using this code for Iphone Application] I am importing "...