2011-12-03 24 views

回答

3

如果你看一看的docs for UIView你會發現,有幾個選項:

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

而且,採取看看View Architecture Fundamentals概述視圖如何相互關聯。

相關問題