Results 2 issues of Kuluum

Orientation sensor delay fix

When we create let/var for some of FlexLayout properties we should explicit cast values to CGFloat e.g. ```swift let height = isSmall ? CGFloat(100.0) : CGFloat(200.0) view.flex.height(height) ``` It looks...