iOS10xcode8分页请求MJRefresh崩溃问题

    xiaoxiao2021-12-04  55

    MJRefresh出现崩溃现象

    解决办法:类库增加判断

    if (range.location != NSNotFound) {               language = [language substringToIndex:range.location];   }      
    转载请注明原文地址: https://ju.6miu.com/read-680264.html

    最新回复(0)