-
Notifications
You must be signed in to change notification settings - Fork 528
Closed
Description
I'm trying to do this type of thing
layout(splitView, boxStatus) { split, box in
box.height == 31
split.height == box.superview!.height - 31
split.bottom == box.top
}
which works, but I'd like to parameterize this so the 31 is a variable. (I'm not even able to use box.height in the second line.)
Hints, please, or is this a limitation of the framework?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels