UITransitionView and UILayoutContainerView

前端 未结 2 1073
-上瘾入骨i
-上瘾入骨i 2020-12-14 07:04
  1. What is UITransitionView?
  2. What is UILayoutContainerView?
  3. Will I get in trouble for adding subviews to them?

2条回答
  •  隐瞒了意图╮
    2020-12-14 07:53

    Directly doing anything with those views goes against the SDK guidelines of not using undocumented APIs. So, sadly, it doesn't matter much what they do.

提交回复
热议问题