> There's no reason (though someone will probably chime in with a perverse 
> case) not to use a UIScrollView. It gives you scrolling and zooming for very 
> little trouble, has almost no side effects on the content you're displaying, 
> and works the way the user expects it.

Well, quoting the docs "Important: You should not embed UIWebView or
UITableView objects in UIScrollView objects. If you do so, unexpected
behavior can result because touch events for the two objects can be
mixed up and wrongly handled."


While that session has lots of great information it does not cover my
questions at all.

Obviously one can use a UIScrollView but the information why it is
better (is it?) than just having normal subviews you layout yourself
is still not clear to me.

Why do you have to explicitly clip views when this is implicitly done
through the parent view?

cheers,
Torsten
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to