Iphone UITabbar控制器

发布于 2024-10-26 18:47:48 字数 252 浏览 1 评论 0原文

我有一个 iPad 应用程序,我在其中使用多个视图。问题是我想在单击主页上的按钮时显示 TabbarController 页面。我可以直接从委托方法调用 TabBarController,例如将 TabBarController 添加到 Inspect 窗口中的 MainWindow。但问题是我要求用户首先登录应用程序,成功登录后,仪表板会出现在我有按钮的位置。单击按钮,我将在一个选项卡栏和另一个选项卡栏“添加到列表”表单中显示“Tableview”。

提前致谢, 山姆

I have a iPad application where i am using more than one Views. The thing is i want to display the TabbarController page while clicking on Button that is on main page. I am able to call the TabBarController directly from delegate method like adding TabBarController to MainWindow in Inspect window. But the thing is i am asking for users to first login to application and after successful loging, Dashboard appears where i have Buttons. Clicking on button i am displaying Tableview in one Tab bar and in another Tabbar Add to list form.

Thanks in advance,
Sam

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

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

发布评论

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

评论(1

欲拥i 2024-11-02 18:47:48

我从您的帖子中可以得到的是,您希望用户在选项卡栏与您的视图一起出现之前登录。

如果是这种情况,那么您需要将登录视图设置为窗口的主视图,然后在登录后将该视图设置为选项卡栏的视图。

What I can get from your post is that you want to have the user log in before the Tab Bar appears with your views.

If that's the case, then you want to set your login view as the main view of the window, and then after they log in set the view to be the view of the Tab Bar.

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