Re: Vertically Centered Colon

2016-11-29 Thread Alex Zavatone
On Nov 30, 2016, at 12:10 AM, Doug Hill wrote: > After some trial and error, I figured out how to accomplish the San Francisco > font features described below. I updated my document to include the code to > turn on each feature. > > http://breaqz.com/font/AlternateStylisticForms.pdf > > I

Re: Vertically Centered Colon

2016-11-29 Thread Doug Hill
After some trial and error, I figured out how to accomplish the San Francisco font features described below. I updated my document to include the code to turn on each feature. http://breaqz.com/font/AlternateStylisticForms.pdf I should make a sample app or blog post but time doesn’t permit at

Re: Vertically Centered Colon

2016-11-29 Thread Doug Hill
> On Nov 29, 2016, at 3:58 PM, Rick Mann wrote: > > >> On Nov 29, 2016, at 09:38 , Doug Hill wrote: >> >> Wow, it's awesome that this works! And now that I know how to set these >> attributes for a UILabel, I might try using some other features of

Re: Vertically Centered Colon

2016-11-29 Thread Gerriet M. Denkmann
> On 30 Nov 2016, at 09:18, Doug Hill wrote: > > >> On Nov 29, 2016, at 3:58 PM, Rick Mann wrote: >> >> >>> On Nov 29, 2016, at 09:38 , Doug Hill wrote: >>> >>> Wow, it's awesome that this works! And now that I know how to

Re: Vertically Centered Colon

2016-11-29 Thread Rick Mann
> On Nov 29, 2016, at 09:38 , Doug Hill wrote: > > Wow, it's awesome that this works! And now that I know how to set these > attributes for a UILabel, I might try using some other features of SF font, > such as contextual fractional forms for any fraction. Oh, wow,

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-29 Thread David Duncan
> On Nov 29, 2016, at 2:50 PM, Andreas Falkenhahn > wrote: > > On 29.11.2016 at 17:35 David Duncan wrote: > > >>> On Nov 29, 2016, at 11:30 AM, Andreas Falkenhahn >>> wrote: > >>> On 28.11.2016 at 16:50 David Duncan wrote: > I think

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-29 Thread Andreas Falkenhahn
On 29.11.2016 at 17:35 David Duncan wrote: >> On Nov 29, 2016, at 11:30 AM, Andreas Falkenhahn >> wrote: >> On 28.11.2016 at 16:50 David Duncan wrote: >>> I think you can do everything you need to do in layoutSubviews >>> (fundamentally it doesn’t matter if the device

Re: Vertically Centered Colon

2016-11-29 Thread Doug Hill
> On Nov 29, 2016, at 10:04 AM, Quincey Morris > wrote: > > On Nov 29, 2016, at 09:38 , Doug Hill > wrote: >> >> But seriously, why didn’t Apple document what those stylistic alernative >> type attribute

Re: Vertically Centered Colon

2016-11-29 Thread Quincey Morris
On Nov 29, 2016, at 09:38 , Doug Hill wrote: > > But seriously, why didn’t Apple document what those stylistic alernative type > attribute constants are? Are they supposed to change? Did they not know what > they correspond to when creating the header? Did they not expect

Re: Vertically Centered Colon

2016-11-29 Thread Doug Hill
> On Nov 29, 2016, at 1:33 AM, Gerriet M. Denkmann wrote: > >> On 29 Nov 2016, at 03:33, Doug Hill wrote: >> >> A little experimentation might find the right one. > > A “little” is kind of misleading. There are about 40 features, with up to 20 >

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-29 Thread David Duncan
> On Nov 29, 2016, at 11:30 AM, Andreas Falkenhahn > wrote: > > On 28.11.2016 at 16:50 David Duncan wrote: > >> I think you can do everything you need to do in layoutSubviews >> (fundamentally it doesn’t matter if the device rotates or not, you >> just want to keep the

Re: How to detect rotation in progress in viewDidLayoutSubview

2016-11-29 Thread Andreas Falkenhahn
On 28.11.2016 at 16:50 David Duncan wrote: > I think you can do everything you need to do in layoutSubviews > (fundamentally it doesn’t matter if the device rotates or not, you > just want to keep the view centered in its superview). Right, makes sense. > In general you should do as much as

Re: Vertically Centered Colon

2016-11-29 Thread Gerriet M. Denkmann
> On 29 Nov 2016, at 00:40, Quincey Morris > wrote: > > On Nov 28, 2016, at 07:01 , Gerriet M. Denkmann wrote: >> >> But in my case I have “21:37:44” where ““21:37” is bold and “:44” is thin. > > > c. Given that you work so much

Re: Vertically Centered Colon

2016-11-29 Thread Gerriet M. Denkmann
> On 29 Nov 2016, at 03:33, Doug Hill wrote: > > A couple of things to note: > […] > In any case it's a bad idea to select the exact font since you have to choose > SF Display or Text which you don't want to do. It should be dynamically > selected at runtime based on the