Masonry
Masonry copied to clipboard
found warning and solution plan
Issue Info
| Info | Value |
|---|---|
| Platform | ios |
| Platform Version | 8.0 |
| Masonry Version | pod 'Masonry', '~> 1.1.0' |
| Integration Method | - (void)mas_distributeViewsAlongAxis:(MASAxisType)axisType withFixedSpacing:(CGFloat)fixedSpacing leadSpacing:(CGFloat)leadSpacing tailSpacing:(CGFloat)tailSpacing; |
Issue Description
I use this method , found a warning
the right view
## the warning
## My solution
Can I use this plan?