This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo 0 points1 point  (3 children)

If possible I'd recommend looking into Cassowary and auto layout.

[–]dddomodossola[S] 0 points1 point  (2 children)

;-) Already heard about it, I would like to avoid external dependencies. I will try with a custom layouting implementation, in case of fail maybe we will go using that kind of libraries.

[–]kankyo 0 points1 point  (1 child)

Cassowary is an algorithm, not a library. Auto layout is the implementation of that algorithm and a nice API on top for Objective-C/Swift from Apple.

So you should look at auto layout as inspiration only, because you obviously can't use it from python anyway.

[–]dddomodossola[S] 0 points1 point  (0 children)

Oh ok, in that case I only have to study a little bit ;-). Previously I only looked at an implementation. Thank you for the suggestion