滑动崩溃,

 NSArray *temp = [TagItemInfo tagItemsArray:JSON];

             if (temp.count == 0) {

                 [self showToast:@"未找到匹配的数据!"];

                 return ;

             }

             tagsInfoArray = [TagItemInfo tagItemsArray:JSON];

原文地址:https://www.cnblogs.com/guligei/p/3306987.html