SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Masonry没有合并到最新代码

pengpeng-wang opened this issue · comments

WeChatb0b9c4befd5a6fc7e81361466bb9f844

我用cocoapod集成是这个1.1.0版本,而github上的最新代码不是这个,能否合并一下最新代码,并升级到1.1.1。

我里面用到了这个:
@Property (nonatomic, strong, readonly) MASViewAttribute *mas_safeAreaLayoutGuideWidth NS_AVAILABLE_IOS(11.0);
@Property (nonatomic, strong, readonly) MASViewAttribute *mas_safeAreaLayoutGuideHeight NS_AVAILABLE_IOS(11.0);
@Property (nonatomic, strong, readonly) MASViewAttribute *mas_safeAreaLayoutGuideCenterX NS_AVAILABLE_IOS(11.0);
@Property (nonatomic, strong, readonly) MASViewAttribute *mas_safeAreaLayoutGuideCenterY

而上面这些在通过cocoapod导入的1.1.0版本里,是没有的,请尽快帮忙解决以下,谢谢!