LT: is there a way using AutoLayout to make a dimension _any_ multiple of a constant?.
Example: I want view.width == 8k,∀k∈Z.
Conversation
Replying to
you could make a dummy view whose width would represent k
Replying to
ooooh thanks! Better yet, I think we can create custom `UILayoutGuide`s for this stuff now :)
Thank you!
1
1
actually I think I explained myself wrong: I want the dimension to be _proportional_ to k.
1
Show replies

