如何根据选择完成选择viewcontroller [英] how to select viewcontroller based on selection done

查看:71
本文介绍了如何根据选择完成选择viewcontroller的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此问题与。

  • 创建自定义容器视图控制器 View Controller Programming Guide。

  • WWDC 2011 - 实现UIViewController遏制



  • 顺便说一句,埋没在视图中控制器编程指南是关于这四种遏制方法的细微说明:




    • addChildViewController:

    • removeFromParentViewController

    • willMoveToParentViewController:

    • didMoveToParentViewController:



    有一些奇怪的相互作用这里。我认为我们作为应用程序开发人员要么只是执行添加... 和/或删除... 并且iOS将为我们处理所有通知,或者我们必须处理将... 做了...... 自己发出通知。但它实际上只有一半。请阅读非常小心地添加和删除孩子


    This question is related to this.

    I am using KLHorizontalSelect for showing tab bar with scroll option. I have dragged new 7 View Controller on storyboard. If I select Popular, popular view controller should get displayed.

    Any idea/ suggestions on how to get this done?

    解决方案

    This is a typical example of view controller containment (where you want one view controller to present other view controllers). Navigation controllers and tab bar controllers are example of built in container controllers. But effective iOS 5, Apple opened up containment for the rest of us.

    Please see:

    By the way, buried in the View Controller Programming Guide is subtle note about those four containment methods:

    • addChildViewController:
    • removeFromParentViewController
    • willMoveToParentViewController:
    • didMoveToParentViewController:

    There are some strange interplay here. I would have thought that we, as application developers, would either just do the add... and/or remove... and that iOS would take care of all of the notifications for us, or that we would have to take care of the will... and did... notifications ourselves. But it's actually half-and-half. So read Adding and Removing a Child very carefully.

    这篇关于如何根据选择完成选择viewcontroller的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆