Hello,
I have an UIScrollView that I fill dynamically with UILabels.
At the end I need to allow scrolling if the contents are larger than the containing view.
I try to do this with:
scrollhowtouse.frame=CGRectMake(0,0,320, yf);
where yf is the end position calculated by my program.
But doing so just displays the full screen and scrolling is not possible.
What point do I miss here?
Thanks for your answers
I have an UIScrollView that I fill dynamically with UILabels.
At the end I need to allow scrolling if the contents are larger than the containing view.
I try to do this with:
scrollhowtouse.frame=CGRectMake(0,0,320, yf);
where yf is the end position calculated by my program.
But doing so just displays the full screen and scrolling is not possible.
What point do I miss here?
Thanks for your answers