// 如果myView是self.view本身,也会返回yes
BOOL isSubView = [myView isDescendantOfView:self.view];
// 如果myView是self.view本身,也会返回yes
BOOL isSubView = [myView isDescendantOfView:self.view];
本文标题:iOS 判断一个view是否为另一个view的子视图
本文链接:https://www.haomeiwen.com/subject/zepfkxtx.html
网友评论