美文网首页
uicollectionview headerview tabl

uicollectionview headerview tabl

作者: 巴糖 | 来源:发表于2016-05-25 20:41 被阅读66次

    self.collectionView.contentInset = UIEdgeInsetsMake(50,0,0,0);

    UIImageView*imagev = [[UIImageViewalloc]initWithImage:[UIImage imageNamed:@"100.jpg"]];

    imagev.frame = CGRectMake(0, -50,320,50);

    [self.collectionView addSubview: imagev];

    [self.view addSubview:_collectionView];

    相关文章

      网友评论

          本文标题:uicollectionview headerview tabl

          本文链接:https://www.haomeiwen.com/subject/oivtdttx.html