Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简短的问题,我将如何在我的应用程序中实现像 TextView 这样的“添加联系人”,就像它在 iPhone 的消息应用程序中一样
看看MFMessageComposeViewController
为用户创建一个textView以输入联系人姓名。
textView
您可以通过在界面构建器中添加该按钮,然后键入“添加”按钮,然后将其IBAction导航到填充NativeAddressBook.
IBAction
NativeAddressBook
UIScrollView在下方添加一个textView,它将负责加载联系人。
UIScrollView