将 UIImagePickerController 与 UINavigationController 结合使用
所以我有一个 UINavigationController 从 rootViewController 推送 UITableViewController。从 UITableViewController 中,我希望当我单击某个单元格时推送 UIImagePickerController。如何让导航控制器显示图像选择器?
So I have a UINavigationController that pushes a UITableViewController from the rootViewController. From the UITableViewController, I want a UIImagePickerController to be pushed when I click a certain cell. How would I get the navigation controller to display the image picker?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后定义 UIPickerControllerDelegate 在你的 tableViewController 实现中。
Then define UIPickerControllerDelegate in your tableViewController implementation.