sdk3.0

Web page access in iPhone Application

Is there any way for accessing the web page in iPhone application, without address bar and bookmark bar. Application load the web page whose address is prefix in coding. ...

iPhone programming post data

Hello All, i am trying to post data from iPhone to PHP web server. Here is my following code: NSString * fname = @"Brain."; NSString * location = @"Germany"; NSString *post =[NSString stringWithFormat:@"fname=Test&location=Germany"]; NSData *postData = [post dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES]; NSSt...

Dynamic View Creation in Iphone?

Hi can any one please tell me how to create Dynamic views in iphone. And I want to know like what is difference between custom views and dynamic views in iphone. Acutally i went throught google but i didn't find any proper answer. And I have one more question is like can we create all the views manually in the coding iteslf like the...