240 发简信
IP属地:浙江
  • SDWebImage doesn't support Deployement Target version < 5.0

    SDWebImage doesn't support Deployement Target version < 5.0 在stackoverfl...

  • [NSNull length]: unrecognized selector sent to instance

    [NSNull length]: unrecognized selector sent to instance我遇到这个问题是因为从后台获取到的...

  • -[NSNull countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance XXXXX

    被枚举对象是个NULL值。 这个问题我当时遇到是因为获取到了一个null的数组,然后在其中进行遍历 也就是 for(id a in [NSNul...