Amazing and neatly organised collection Kevin.
Thanks for sharing.
Nimesh
On 19 May 2017 at 22:17, Kevin Brock wrote:
> I’ve got a collection here:
>
> https://www.dropbox.com/sh/dlhxh9birw1lhp9/AABA3_
> yvSRwjOBA84LxD3RzIa?dl=0
>
> Ranging from 2010-2014.
>
>
> Kevin
>
> > On May 11,
Hello,
I had a text field within a tab view item whose text was getting too large.
So I embedded it in a scroll view. No matter what I tried in the xib editor, I
couldn't get the scrolling to work.
Does this have to be so hard?
After a little googling I realised I could use a text view instead.
I haven’t seen your xib files, so this is just a guess, but here it goes:
Saagar Jha
> On May 20, 2017, at 06:00, J.E. Schotsman wrote:
>
> Hello,
>
> I had a text field within a tab view item whose text was getting too large.
> So I embedded it in a scroll view. No matter what I tried in the
On May 20, 2017, at 06:00 , J.E. Schotsman wrote:
>
> I had a text field within a tab view item whose text was getting too large.
Too large, as in: there are multiple lines of text whose total vertical height
exceeds the height of the text field?
> So I embedded it in a scroll view. No matter
> On 20 May 2017, at 20:02, Quincey Morris wrote:
>
>> I had a text field within a tab view item whose text was getting too large.
>
> Too large, as in: there are multiple lines of text whose total vertical
> height exceeds the height of the text field?
Yes
> So I embedded it in a scroll view
> On 20 May 2017, at 19:11, Saagar Jha wrote:
>
> Scroll views are dependent on the content size of their subviews. This can be
> done
> by setting unambiguous constraints to the margins of the scroll view
> by manually setting the contentSize of the scroll view.
> If you don’t do either of thes
On May 20, 2017, at 12:01 , J.E. Schotsman wrote:
>
> I am happy with the result except that I cannot set the placeholder text now.
If the text is not editable, then a text view is a better choice than a text
field, but it should probably be bordered and maybe have a different background
color