Does anyone happen to know the maximum value for someView.bounds.size ? I\'m creating a view hierarchy with where the accumulated bounding-box of all child views is equal to
I don't know that there's a specific limit. I have created UIScrollViews that are hundreds of pages in width without any problem. Have you tried it and run into problems?