search

Home  >  Q&A  >  body text

ios - 进入页面几秒后崩溃.....

这个页面里面有一些Label和一个UICollectionView进入页面不久之后崩溃但是没有任何提示

PHP中文网PHP中文网2889 days ago307

reply all(2)I'll reply

  • 阿神

    阿神2017-04-18 09:16:09

    This problem only occurs in 4S, and it was finally found that it was caused by the image loaded in UICollectionView being too large.
    The solution is to use the + (UIImage )sd_imageWithData:(NSData )data method in the UIImage+MultiFormat.m class of SDWebImage Limit the cached images in if (data.length/1024 > 128) {processing method}
    But I haven’t found a good processing method... I hope there are experts who have seen it and can help me

    reply
    0
  • PHPz

    PHPz2017-04-18 09:16:09

    It may be that the selected signature is in Release or Ad-hoc mode. If so, just change to Develop.

    reply
    0
  • Cancelreply