如何将信息从一种视图转移到另一种视图
我的应用程序中有这个视图 http://hpics.li/ce94f6c 用户应该输入飞行号码,他将获得我从表视图中的网络服务获得的信息。 但是这个表格视图很小,我想在 vie 的高度和宽度上制作一个。 我应该隐藏标签和按钮然后显示大表格视图吗? 或者我应该创建一个新的 xib 并在用户单击按钮时加载它? 或者我应该使用 .xib 创建一个新的 tableviewcontroller 并将 json 发送给他进行解析并放入表视图中?
请帮忙
i have this view in my app
http://hpics.li/ce94f6c
the user should put the fly number and he will get informations taht i got from a web service in the table view .
But this table view is small and i want to make one at the height and width of the vie .
Should i hide the label and button and then show the large table view ?
Or should i make a new xib and load it when the user click the button ?
or should i create a new tableviewcontroller with .xib and send to him the json to parase and put in the table view ?
help please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能做的就是选择第二个选择。
What you can do is to go with your second option.