Re: auto-layout and rotated UILabels

2016-02-06 Thread Steve Christensen
On Feb 4, 2016, at 2:59 PM, Quincey Morris wrote: > > On Feb 4, 2016, at 13:01 , Steve Christensen > wrote: >> >> it looks like the width of the embedding view is set to the text width of >> the UILabel instead of the text height, which is borne out by the view >> geo

Re: auto-layout and rotated UILabels

2016-02-04 Thread Quincey Morris
On Feb 4, 2016, at 13:01 , Steve Christensen wrote: > > it looks like the width of the embedding view is set to the text width of the > UILabel instead of the text height, which is borne out by the view geometry Can you use a custom class for the embedding view and override its ‘intrinsicConte

auto-layout and rotated UILabels

2016-02-04 Thread Steve Christensen
Our UI design calls for a UILabel rotated 90° CCW. When I originally started implementing several months ago, I tried going the auto-layout route but ran out of time without a solution, so I went back to manual layout, calculating the size of the label in code then adjusting the frames of the la