开发者

How to call nested views in monotouch?

开发者 https://www.devze.com 2023-02-07 20:05 出处:网络
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

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 :)


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号