2 2. , topView bottomView , . :
addSubview ( , uiview )
, , :
[topView addSubview:roundedUIButton_instance]
[topView addSubview:another_view_instance]
removeFromSuperview (is a function of the objects used to remove it itself)
[roundedUIButton_instance removeFromSuperview]
OR
[another_view_instance removeFromSuperview]
source
share