xcode 使用表视图设计登录和注册表单

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11012604/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:35:45  来源:igfitidea点击:

Designing a Login and Registration form using a table view

iphonexcode

提问by icodes

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..:)

我是 iPhone 开发的新手。我想为使用表视图的应用程序设计一个登录表单。还有来自服务器的用户验证。请指导我。详细而简单的解释将被 gr8ly 应用.....谢谢..:)

采纳答案by Nuzhat Zari

If you are using iOS5.0, then you can use storyboard to create static tableview as follows:

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

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

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

回答by Omer Waqas Khan

You need to have custom UITableViewCell.

你需要有自定义的 UITableViewCell。

Check this tutorial: Custom UITableViewCell

检查本教程:自定义 UITableViewCell

You can also download the example source code from there for better understanding

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

回答by jcdmb

There are already beautiful fully developed components to do that. Check for example: http://escoz.com/open-source/quickdialog. There you can find a complete tutorial.

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