> By the way: there was in Xcode a way to test a nib without running the app.
> Can't find this anymore in 6.1.
> Where is this hiding?
I guess this has gone (I also can no longer find it) in favor of using
both Auto-Layout and Base Internationalization, where you can view the
NIB layouts as if th
> On 2 Nov 2014, at 09:01, Roland King wrote:
>
>
>> On 2 Nov 2014, at 12:17 am, Gerriet M. Denkmann wrote:
>>
>> 10.10
>>
>> From left to right:
>>
>> fixed distance from super view
>> Label
>> fixed distance
>> TextField (this should be ≥ something, otherwise fitting to content)
>> fixed
> On 2 Nov 2014, at 12:17 am, Gerriet M. Denkmann wrote:
>
> 10.10
>
> From left to right:
>
> fixed distance from super view
> Label
> fixed distance
> TextField (this should be ≥ something, otherwise fitting to content)
> fixed distance
> Label
> variable distance (≥ some minimum)
> Button
> On 2 Nov 2014, at 00:41, Marco S Hyman wrote:
>
> On Nov 1, 2014, at 9:17 AM, Gerriet M. Denkmann wrote:
>>
>> TextField (this should be ≥ something, otherwise fitting to content)
>> ...
>> variable distance (≥ some minimum)
>
> Are they the same priorities?
I experimented with these:
Tex
On Nov 1, 2014, at 9:17 AM, Gerriet M. Denkmann wrote:
>
> TextField (this should be ≥ something, otherwise fitting to content)
> ...
> variable distance (≥ some minimum)
Are they the same priorities?
Marc
___
Cocoa-dev mailing list (Cocoa-dev@lists
10.10
From left to right:
fixed distance from super view
Label
fixed distance
TextField (this should be ≥ something, otherwise fitting to content)
fixed distance
Label
variable distance (≥ some minimum)
Button
fixed distance to super view
When I set the width of TextField to ≥ something, Xcode