如何在单点触摸中调用嵌套视图?

发布于 2024-10-14 22:27:31 字数 122 浏览 0 评论 0原文

例如 Twitter 应用程序,您可以打开一个个人资料并查看他的推文,然后打开另一个个人资料并一遍又一遍地重复相同的操作,然后您可以多次点击后退按钮打开推文和个人资料等,从相同的路径。

代码示例会对我有很大帮助:)

For example the twitter application you can open one profile and see his tweets then open another profile and go and repeat the same action over and over again, then you can tap on the back button as many times you opened tweets and profiles etc, returning from the same path.

a code example would help me a lot :)

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

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

发布评论

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

评论(1

够运 2024-10-21 22:27:31

您正在寻找 UINavigationController 的示例。这允许您将新的 UIViewController 推入导航层次结构,并帮助管理在您点击后退按钮时弹出视图控制器(您也可以通过编程方式执行此操作)。

在 MonoTouch.Info 上有很多关于 UINavigationControllers 的文章。我认为这对你来说是最好的起点。

You are looking for examples of a UINavigationController. This allows you to push new UIViewControllers into the navigation hierarchy and helps manage popping the view controllers off when you hit the back button (you can do this programatically also).

There are a bunch of articles on MonoTouch.Info about UINavigationControllers. I think that would be the best starting point for you.

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