On Wed, 06 Apr 2011 05:25:34 -0400, Jeffrey Walton said:
>Unfortunately, I don't know what I am looking for. Hence the reason I
>want to follow instructions. The best I can tell, the documentation is
>written for folks who have experience with the library (folks like
>you), and not folks who need
On Wed, Apr 6, 2011 at 5:09 AM, Quincey Morris
wrote:
> On Apr 6, 2011, at 01:53, Jeffrey Walton wrote:
>
>> Scroll View:
>> Scroll View Connection: file's owner
>> Scroll View Delegate: not connected (connected did not help)
>> Size: 320 x 431 (Tab Bar)
>> Clip subviews: off
>> Autoresize su
On Apr 6, 2011, at 01:53, Jeffrey Walton wrote:
> Scroll View:
> Scroll View Connection: file's owner
> Scroll View Delegate: not connected (connected did not help)
> Size: 320 x 431 (Tab Bar)
> Clip subviews: off
> Autoresize subviews: on
> Outer size springs: on
> Inner size springs: unab
On Wed, Apr 6, 2011 at 2:47 AM, Quincey Morris
wrote:
> On Apr 5, 2011, at 23:28, Quincey Morris wrote:
>
>> Almost certainly your problem is that you failed to set the autoresizing
>> springs correctly for the "document" view. In the simplest case, it should
>> be anchored on all 4 sides, and b
On Apr 5, 2011, at 23:28, Quincey Morris wrote:
> Almost certainly your problem is that you failed to set the autoresizing
> springs correctly for the "document" view. In the simplest case, it should be
> anchored on all 4 sides, and be stretchy in both directions.
Gah! Said that backwards. If
On Apr 5, 2011, at 22:54, Jeffrey Walton wrote:
> After following Steps 1 - 4, what is the layout supposed to look like under
> IB?
>
> + File Owner
> + First Responder
> + View
> + Scroll View
> + Control 1
> + Control 2
> + ...
>
> Or
>
> + File Owner
> + First Responder
> + Scroll Vie
Hi All,
I'm working from "Scroll View Programming Guide for Cocoa" [1]. All
items are IBOutlets (even the ScrollView), and all outlets are
verified in ViewDidLoad via ASSERTs (no asserts fire). I believe I
have followed the instructions under Creating a Scroll View in
Interface Builder. Unfortunat