Thanks, but it does have to work on 10.5.
Gideon
On 31/03/2010, at 4:46 PM, Kyle Sluder wrote:
> Why does it need to be a subview of the scroll view? If you're
> targeting 10.6 it sounds like you could just make it a peer of the
> scroll view and size it appropriately. Just make sure that you re
On Tue, Mar 30, 2010 at 11:06 PM, Gideon King wrote:
> Any suggestions on how I could get this to work?
Why does it need to be a subview of the scroll view? If you're
targeting 10.6 it sounds like you could just make it a peer of the
scroll view and size it appropriately. Just make sure that you
Hi all
I have a scrollview, and I want to add a fixed position subview on top of it so
it always displays at the same place relative to the top left of the
scrollview, no matter whether the user scrolls the document or resizes etc.
I have tried the following methods, but none of them have left