首页 > 代码库 > UIView常用方法

UIView常用方法

addSubview:

insertSubview: atIndex:

insertSubview: aboveSubview:

insertSubview: belowSubview:

bringSubviewToFront:

sendSubviewToBack:

exchangeSubviewAtIndex: WithSubviewAtIndex:

removeFromSuperView:

UIView常用方法