ioskrew/SwiftLayout

LayouTree의 선택지

Closed this issue · 0 comments

let yellowContain = root {
    yellow
}.active()
let redContain = root {
    red
}.active()
  1. 같은 root view를 가지는 두 개의 layout tree가 존재하는 경우 항상 기존 tree는 deactive 되어야 한다.
  2. deactive 되었다 하더라도 다시 active가 되면 기존 tree가 deactive되어야한다.