SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MIT License
18.05k stars 3.14k forks source link

Masonry没有合并到最新代码 #574

Closed pengpeng-wang closed 4 years ago

pengpeng-wang commented 4 years ago
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版本里,是没有的,请尽快帮忙解决以下,谢谢!