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

前端 未结 9 757
谎友^
谎友^ 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:54

    1. I use UIViewController for showing View on full Screen.

    2. For better control on custom view I prefer subclass of UIViewController instead of UIView, earlier I was using UIView for making custom sub class.

提交回复
热议问题