0

I am new to the iPhone development.I want to design a login form for an app which uses a table view .also the user verification from a server.Kindly guide me .A detailed and simplistic explanation would be gr8ly appleciated.....thanx..:)

4

3 回答 3

0

已经有漂亮的完全开发的组件可以做到这一点。检查例如:http ://escoz.com/open-source/quickdialog 。在那里你可以找到一个完整的教程。

于 2012-06-13T10:14:20.803 回答
0

你需要有自定义的 UITableViewCell。

查看本教程:自定义 UITableViewCell

您也可以从那里下载示例源代码以便更好地理解

于 2012-06-13T10:11:28.493 回答
0

如果你使用的是iOS5.0,那么你可以使用storyboard来创建静态tableview,如下:

http://www.techotopia.com/index.php/Using_an_Xcode_Storyboard_to_Create_a_Static_Table_View

于 2012-06-13T10:19:04.553 回答