Re: Accessibility UIContentSizeCategory or current accessibility font setting

2021-10-18 Thread David Duncan via Cocoa-dev
In general its also preferred that you look at the traitCollection of the most relevant view for this information – there are contexts for which the content size category may not match the global value (and there is API on UIView to restrict the overall range that you can apply as well). This al

Re: Accessibility UIContentSizeCategory or current accessibility font setting

2021-10-18 Thread Alex Zavatone via Cocoa-dev
> On Oct 18, 2021, at 11:31 AM, David Duncan wrote: > > In general it's also preferred that you look at the traitCollection of the > most relevant view for this information – there are contexts for which the > content size category may not match the global value (and there is API on > UIView

Re: Accessibility UIContentSizeCategory or current accessibility font setting

2021-10-18 Thread David Duncan via Cocoa-dev
> On Oct 18, 2021, at 10:51 AM, Alex Zavatone wrote: > > > >> On Oct 18, 2021, at 11:31 AM, David Duncan wrote: >> >> In general it's also preferred that you look at the traitCollection of the >> most relevant view for this information – there are contexts for which the >> content size ca