子视图怎么在父视图指定位置显示
1个回答
展开全部
----解决方案--------------------------------------------------------
除去设置subview 的frame 位置为父视图顶部外,在添加subview 时需要send to front.
[self.view insertSubView:subview atIndex:0];
------解决方案--------------------------------------------------------
CGRect parentBounds = parentView.bounds;
CGFloat x = parentBounds.origin.x;
CGFloat y = parentBounds.origin.y + parentBounds.s.
除去设置subview 的frame 位置为父视图顶部外,在添加subview 时需要send to front.
[self.view insertSubView:subview atIndex:0];
------解决方案--------------------------------------------------------
CGRect parentBounds = parentView.bounds;
CGFloat x = parentBounds.origin.x;
CGFloat y = parentBounds.origin.y + parentBounds.s.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询