当我使用iPhone中导航栏的左侧导航项从表格视图中弹出时,如何在表格视图中保留数据

发布于 2024-11-07 09:47:24 字数 117 浏览 0 评论 0原文

我有一个登录控制器,当用户输入他的用户名和密码并单击提交按钮时,表视图从数据库中获取数据并显示数据,但问题是当我单击导航上的左侧导航栏项目并弹出时再次到我的登录控制器并输入凭据并单击提交按钮,表格视图为空。可能是什么问题

i have a login controller when user enters his username and password and click on the submit button the table view fetches the data from the database and presents the data but the problem is when i click on the left navigation bar item on the navigation ans pop back again to my login controller and enter credentials and click on submit button the tableview is empty.What may be the problem

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

も星光 2024-11-14 09:47:24

我认为您在 viewdidload 方法中做了登录控制器代码。 popupviewcontroller 在 vi​​ewwillappear:(Bool) 方法中计算。登录后最好隐藏后退按钮

i think you did a login controller code in viewdidload method. popupviewcontroller work out in viewwillappear:(Bool) method.Better once you login you may hide a backbutton

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文