美文网首页
遍历数据ios

遍历数据ios

作者: VickyLanLan | 来源:发表于2021-09-29 17:58 被阅读0次
      [result.content.ios enumerateObjectsUsingBlock:^(LYAppVersionModel * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {                        if ([obj.versionname versionCompare:[LYClassUtils getVersionString]] == BiggerResultType && obj.isforcedupdate == 1) {                            model.isforcedupdate = 1;                        }                    }];

相关文章

网友评论

      本文标题:遍历数据ios

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