当我使用iPhone中导航栏的左侧导航项从表格视图中弹出时,如何在表格视图中保留数据
我有一个登录控制器,当用户输入他的用户名和密码并单击提交按钮时,表视图从数据库中获取数据并显示数据,但问题是当我单击导航上的左侧导航栏项目并弹出时再次到我的登录控制器并输入凭据并单击提交按钮,表格视图为空。可能是什么问题
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您在 viewdidload 方法中做了登录控制器代码。 popupviewcontroller 在 viewwillappear:(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