Re: Auto layout without ambiguity

2014-11-02 Thread Ulf Dunkel
> 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

Re: Auto layout without ambiguity

2014-11-01 Thread Gerriet M. Denkmann
> 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

Re: Auto layout without ambiguity

2014-11-01 Thread Roland King
> 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

Re: Auto layout without ambiguity

2014-11-01 Thread Gerriet M. Denkmann
> 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

Re: Auto layout without ambiguity

2014-11-01 Thread Marco S Hyman
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

Auto layout without ambiguity

2014-11-01 Thread Gerriet M. Denkmann
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