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 would not think there is a conceivable limit. Since the sizes are stored as floats, my guess would be that it is limited to CGFLOAT_MAX which is so large there is no need to worry about it.