Bike 2.0 (Preview 253)

I love that sort of plain text layout, but the part that I was having to stretch my brain around was this style decoration positing logic:

let bulletY = layout.firstLine.centerY
line.y = bulletY
line.height = layout.top
line.anchor.y = 1

I wouldn’t have realized that layout.top is also the height we want (still not quite sure, but seems to work). And then tricky to get into right position by setting y anchor to 1.

1 Like