Question

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?

Was it helpful?

Solution

[topView addSubview:childScrollView];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top