如何从另一个视图更新表视图
我有这样的问题 - 有一个包含数据的表格视图,它在选项卡栏中还有一个搜索按钮。搜索按钮将导致另一个视图,在那里我指定约束并按“立即过滤”按钮,该按钮根据前一个表视图中的约束显示数据。
I have problem like - Have a table view with data, it also have a search button in the tab bar. search button will lead to another view, there i specifies the constraints and press a "filter now" button which display the data based on the constraints in the former table view.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议阅读 iOS 人机界面指南,因为您所做的可能无法通过 Apple 的严格规则。
iOS 人机界面指南描述了帮助您为 iOS 应用程序设计最佳用户界面和用户体验的指南和原则。
I suggest reading iOS Human Interface Guidelines as what you are doing may not pass Apple's strict rules.
iOS Human Interface Guidelines describes the guidelines and principles that help you design a superlative user interface and user experience for your iOS app.