TableView 就像 iPhone 中的通讯录应用程序
嘿!我正在开发一个联系人应用程序。我想要具有相同类型的 Tableview 和添加按钮。因此,当用户添加新联系人时,它将打开一个新视图,其中包含标准按钮和文本字段等。如何使应用程序向每个新视图添加相同的功能? 我希望这是有道理的!
先感谢您!
Hey! I'm working on a contacts app. And I want to have the same type of Tableview with the add button. So when the user adds a new contact it will open a new view which will have the standard buttons and textfields etc. How can I make the app add the same functions to every new view?
I hope this makes sense!
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个广泛的问题 - 我建议研究 iPhoneCoreDataRecipes 示例。
This is a broad question - I would suggest to study the code in the iPhoneCoreDataRecipes example.