240 发简信
IP属地:内蒙古
  • Cocoapods报错 can't find gem cocoapods (>= 0.a) with executable pod (Gem::GemNotFoundException)

    今天准备用cocoapods安装依赖库,突然报以下错误。 can't find gem cocoapods(>=0.a)with executa...

  • cocoapods安装遇到的问题

    Operation not permitted - /usr/bin/xcodeproj 安装的时候出现上述问题,是因为默认安装$ sudo g...

  • UICollectionView自定义布局笔记

    自定义布局需要继承类UICollectionViewLayout,然后重写该类提供的一些方法: 1、- (void)prepareLayout;...