FightingEveryDay

Results 5 issues of FightingEveryDay

而且,你的### 后面加个空格,字体就变大了 = =! 还有一个问题就是, 你把那两个实现文件 编辑一个头文件,类似于AFNetworking.h文件一样,方便别人导入

### 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;...

`ZLCollectionView *collectionView = [ZLCollectionView collectionViewWithFrame:CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.height) itemCount:30]; [collectionView didSelectedItemsWithBlock:^(NSIndexPath *indexPath) { NSLog(@"ItemTag:%ld",indexPath.item); }]; [self.view addSubview:collectionView]; [collectionView mas_makeConstraints:^(MASConstraintMaker *make) { make.center.equalTo(self.view); make.size.mas_equalTo(CGSizeMake(200, 100)); }];` 这样跑起来,视图位置不对,在5s模拟器上,ios 11