tags:

views:

56

answers:

1

I want to build login application using regular interface in iphone.How can i do this? Please help me.

+2  A: 

The "regular" way to write applications for the iPhone is to write in Objective-C and use the iPhone API. Introductory (and in-depth) articles, tools, and other resources are available on the Apple developer's site.

T.J. Crowder