通过 UIButtons 的 Tabbar 控制器?

发布于 2024-12-08 02:42:52 字数 116 浏览 0 评论 0原文

我想仅通过 UIButtons 执行像 tabbarController 这样的应用程序,而且我想避免 使用 tabarController。如何为 UIWindow 中的每个按钮定位 viewController?

I want to do application like tabbarController through UIButtons only and also i want to avoid
using tabarController. how can I target viewController for every buttons which is in UIWindow?

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

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

发布评论

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

评论(2

魂归处 2024-12-15 02:42:52

在滚动视图中有一组按钮(如果按钮数量超过框架)并为每个按钮设置一个操作来呈现模式视图?

Have a set of buttons in a scrollview (if the number of buttons exceeds the frame) and set each button an action to present the modal view ?

蹲在坟头点根烟 2024-12-15 02:42:52

这里的链接向您展示了如何添加UITabBarController 的彩色图标,似乎有多种在线执行此操作的方法。尝试在您最喜欢的搜索引擎上搜索“uitabbarcontroller 颜色图标”,希望您能找到有关如何执行此操作的更多信息。

如果你真的一心想要实现你自己的 UITabBarController,我建议创建 1 个超级视图,其底部有按钮,并且在每次按下按钮时,在它们上方加载一个新的子视图以使其成为可能。看起来它是一个UITabBarController

希望有帮助!

Here's a link which shows you how to add coloured icons to the UITabBarController, and it seems as though there are multiple ways of doing this online. Try searching for "uitabbarcontroller color icons" on your favourite search engine, and hopefully you'll find more information on how to do this.

If you really have your heart set on implementing your own UITabBarController, I would suggest making 1 super view which has the buttons on the bottom, and on each button press, load a new subview above them to make it look like it's a UITabBarController.

Hope that Helps!

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