문제

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];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top