When to use a UIView vs. a UIViewController on the iPhone?

前端 未结 9 740
谎友^
谎友^ 2020-12-04 16:25

I have always sort of wondered when to use a UIView vs. a UIViewController on the iPhone.

I understand that you shouldn\'t use a UIViewController unless it\'s a full

9条回答
  •  自闭症患者
    2020-12-04 16:59

    I use UIViewController whenever a view is full screen and either has outlets/actions and/or subviews.

提交回复
热议问题