Re: UIScrollView question

2014-07-27 Thread Luther Baker
Thanks Quincey, First of all, you've got a good idea of what I'm trying to do - so for my first question about how to make the text view fill the remaining space, I think you're of the mindset that I'll need to manually calculate that distance and set an internal height constraint on the text view

Re: UIScrollView question

2014-07-26 Thread Quincey Morris
On Jul 26, 2014, at 22:19 , Luther Baker wrote: > Are you hoping that when the keyboard comes up -- it shortens the parent view > you are referring to? No, it’s more complicated than that, but I think it’s the *question* that’s complicated, more than the answer. First you have to decide what

Re: UIScrollView question

2014-07-26 Thread Luther Baker
Yep - I'm good with the keyboard part (ie: I can tell how much of the screen will disappear) ... > won’t a “bottom space to superview” Are you hoping that when the keyboard comes up -- it shortens the parent view you are referring to? To date, that has not been my experience. The keyboard just sh

Re: UIScrollView question

2014-07-26 Thread Quincey Morris
On Jul 26, 2014, at 21:09 , Quincey Morris wrote: > Isn’t the answer to this … Sorry, I quoted the wrong thing. I meant, isn’t the answer to the stuff about the keyboard in that documentation? Is the scroll view there only to deal with the case of the keyboard appearing? In that case, won’t

Re: UIScrollView question

2014-07-26 Thread Quincey Morris
On Jul 26, 2014, at 20:58 , Luther Baker wrote: > I have a pretty good frames based background but I'd like to consider an > iPhone screen done with AutoLayout on a UIScrollView such that the bottom > UITextView grows vertically to fill the vertical space remaining from the > text view to the bot