码迷,mamicode.com
首页 > 其他好文 > 详细

UITransitionView and UILayoutContainerView

时间:2015-06-13 16:50:54      阅读:513      评论:0      收藏:0      [点我收藏+]

标签:

  1. What is UITransitionView?
  2. What is UILayoutContainerView?
  3. Will I get in trouble for adding subviews to them?

They are the superviews of a UITableView which is inside of a UINavigationController which is inside of a UITabBarController.

UITransitionView I got by asking for the superview of the table view. UILayoutContainerView I got by asking for the superview of UITransitionView.

 

They are both internal views used by Apple and not published in the SDK.

It‘s difficult to say exactly what Apple will or won‘t do however, adding a view to an undocumented view you retrieve from a superView message is not contentious. What you should not do (or be careful if you do do) is make assumptions about the view you are adding to. Specifically its class but even basic things like the fact that it even exists.

What are you trying to do? There may be a simpler way - like adding your view directly to the app‘s UIWindow.

 

转:http://stackoverflow.com/questions/781342/uitransitionview-and-uilayoutcontainerview

UITransitionView and UILayoutContainerView

标签:

原文地址:http://www.cnblogs.com/ygm900/p/4573576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!