开发者

How to change superview of uiscrollview?

开发者 https://www.devze.com 2023-03-07 15:03 出处:网络
i have a big uiscrollview and topView in ipad viewcontroller, leftscrollView and topView.开发者_如何学运维

i have a big uiscrollview and topView in ipad viewcontroller, leftscrollView and topView.开发者_如何学运维

there are child scrollviews in leftScrollView. i want to move a childscrollview into topView .

i couldnt cahnge the superview. it says its readonly.

how can i swap it to another view?


[topView addSubview:childScrollView];
0

精彩评论

暂无评论...
验证码 换一张
取 消