2011-12-03 26 views

回答

3

如果你看一看的docs for UIView你会发现,有几个选项:

  • -insertSubview:belowSubview:
  • -insertSubview:atIndex:
  • -bringSubviewToFront:
  • -exchangeSubviewAtIndex:withSubviewAtIndex:

而且,采取看看View Architecture Fundamentals概述视图如何相互关联。

相关问题