Results 10 comments of Howtin

> 你好,我今天更新了big sur新系统发现之前2k显示器弄的设置失效了,我用了你的还是不对,咋办啊 @mlch911 没有更新 README 里面脚本的地址,你用这个脚本就行了 `bash -c "$(curl -fsSL https://raw.githubusercontent.com/mlch911/one-key-hidpi/master/hidpi.sh)"`

I try to fix it with this code: ``` #pragma mark Generic constraint methods for two views - (NSLayoutConstraint *)alignAttribute:(NSLayoutAttribute)attribute toView:(id)view predicate:(NSString *)predicate { NSArray *views = view ? @[view]...

So I cannot use `button.alignTop("20", leading: FLKNoConstraint, bottom: FLKNoConstraint, trailing: "-27", toView: self.view)` in the future, and should I split these `FLKNoConstraint` to separate part like `alignTopEdgeWithView` and `alignTrailingEdgeWithView` ?

@maxcampolo Thank you very much!

@seanooi Hi, I make some tests, when I use iPhone Simulator 7.1 64-bit, it looks very nice. But when I switch to my iPhone 5s, the terrible thing comes. https://www.dropbox.com/s/l1tmxkgensosq4f/IMG_2631.PNG...

I'm also having the issue with simple video preview sample. Xcode 6.3.2, iOS 8.3

@BradLarson It works well on Xcode 6.4 and iOS 8.4. Thank you.

目前使用下来发现会有相当多的一部分 flex 布局都有问题

> > 目前使用下来发现会有相当多的一部分 flex 布局都有问题 > > 应该是和百度小程序一样,template 被渲染成真实的节点了。 可能是,但是不太熟悉怎么调试就停滞了